List Accounts
Accounts
List Accounts
List all accounts associated with your API key
GET
List Accounts
Retrieve a paginated list of accounts linked to your API key. Use the returned
account_id values in all subsequent V2 action requests.
This endpoint is free — it does not consume any credits.
Header Parameters
Your API key
Query Parameters
Maximum number of accounts to return per page (1-500).
Number of accounts to skip — use with
limit to paginate (e.g. offset=50&limit=50 for page 2).Response
Whether the request was successful
Notes
- Use the
account_idfrom the response in all V2 action requests - Only accounts with
is_active: truecan be used for actions - Results are sorted by
created_atdescending (newest first) - Default page size is
50; the maximum allowedlimitis500. To page through all accounts, incrementoffsetbylimituntiloffset + limit >= total