filters object to narrow the result set by account type, status, or availability. Omit the request body entirely to retrieve all accounts without any filtering.
Endpoint
Authentication
Include your Bearer token in theAuthorization header:
Request body
All fields are optional. Send an empty JSON object ({}) to retrieve all accounts.
An object containing one or more filter criteria to narrow results.
Example request — all accounts
Example request — active current accounts only
Response
Success
Thedata field contains an array of account objects matching your filter criteria.
List of accounts belonging to your business.
Error codes
| Code | Meaning |
|---|---|
00 | Success |
41 | Customer not found — your API credentials are invalid |