Skip to main content
GET
List Consumers

Authorizations

Api-Key
string
header
required

Path Parameters

app_id
integer
required

App ID

Required range: x >= 1

Query Parameters

requests_since
string<date-time> | null

Filter to consumers that have made requests since the given date and time in ISO 8601 format, if given.

Example:

"2025-05-14T00:00:00Z"

next_token
string | null

Token to fetch the next page of consumers, as returned by a previous request.

Maximum string length: 1024
limit
integer
default:100

Maximum number of consumers to return.

Required range: 1 <= x <= 1000

Response

Successful Response

data
ConsumerItem · object[]
required

List of consumers.

has_more
boolean
required

Whether there are more consumers to list.

next_token
string | null
required

Token to fetch the next page of consumers, if there are more.