List Model
A flexible search tool for your platform’s records.
Choose what kind of records you want to look through by setting it in
the web address (model_key — for example users, wallets, or
payment_intents). Then send your filters, sorting, and page settings
in the request body. The results only ever include your own platform’s
records — you can never see another platform’s data.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
Listing request supporting filters, sort, includes, search, and cursor pagination.
Response
Successful Response
Standard response wrapper for list responses.
Declare ListResponse[list[SomeModel]] to render the real data
array schema in OpenAPI/Swagger; a bare ListResponse leaves data
untyped.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

