Skip to main content
GET
The Users List endpoint allows you to retrieve customers with pagination and sorting.

Authentication

Use your Keywords AI API key in Authorization: Bearer YOUR_API_KEY.

Query params

You can add these params to the URL params. For example:
number
default:1
Page number.
number
default:50
The number of customers to return per page. Maximum is 1000.
string
default:"-first_seen"
Sort field. Prefix with - for descending.Examples: customer_identifier, -total_cost, email, -number_of_requests.
string
default:"prod"
Filter by environment. Options: prod, test.

Request example

Response