Search charge auth tokens with cursor-based pagination.

Required scope: charge-auth-tokens:read
Organization authorization: supported

Use this endpoint for high-volume fleets where offset pagination is prohibitive. Filters are intersected with the caller's operator and team scope; ids outside the consumer's scope are rejected with 403.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Restrict results to these operator ids (comma-separated). Caller must have access to every id supplied.

string

Restrict results to these team ids (comma-separated). Caller must have access to every id supplied.

string

Restrict results to charge auth tokens owned by these users (comma-separated).

string

Free-text search on identifier and name.

boolean

Filter by blocked status.

boolean

Include sub-operators when filtering by operator. Defaults to true when operatorIds is omitted, false otherwise.

int32
Defaults to 10

Maximum number of items per page (1-100, default 10).

string

Sort expression, e.g. name,ASC or created_at,DESC. Default name,ASC.

string

Cursor for the next page. Use meta.after from the previous response.

string

Cursor for the previous page. Ignored when after is also provided.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json