v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBList all accounts
Returns a list of your accounts.
If no parameters are sent, the operation will return an array of account IDs.
Query parameters
Only return accounts with the given email address.
Only return accounts with the given custom lookup key.
Only return accounts with the given global lookup key.
Only return accounts with the given order ID.
Only return accounts with the given order reference.
Only return accounts with the given subscription ID.
Only return accounts with the given product ID.
Only return accounts with subscriptions in the corresponding state.
Only return accounts that include refunds. You can only pass the value 'true' for this parameter.
A limit on the number of objects to be returned per page (default limit is 50).
Specify which page of results should be returned.
Response
OK
Example response
{
"action": "account.getall",
"result": "success",
"page": 1,
"limit": 50,
"nextPage": 2,
"total": 2,
"accounts": [
"aAB0cdefGHiJkL0m8n8OpQ",
"rST2uv1wXy279zABCd_E2f"
]
}