Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Query Parameters
Determines whether the items are returned in ascending (ASC), or descending (DESC) order. Defaults to DESC.
DESC, ASC The specific field by which the returned results will be ordered. Defaults to CREATED_AT.
CREATED_AT The maximum number of items to return. Defaults to 0 (return all records). Max value is 1000.
The page cursor for pagination. Use the next_page_cursor from the response to get the next page.
Filter for credentials with a set of statuses. Defaults to [APPROVED].
Optionally filter by the UUIDs of the credentials. Limit 100.
Optionally filter by the client IDs of the credentials. Limit 100.