OAuth Scope
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
customer_id is a required field.
Optionally filter by the ref_ids of the statements.
Optionally filter by the ids of the statements.
Optionally filter by the statuses of the statements to be returned. Defaults to all statuses.
Number of results to return. Defaults to 100.
Sort order for the results by period start, defaults to DESC if not provided.
Available options:
DESC
, ASC
Cursor for getting the next page of results.