Accounts
List accounts
Retrieves all accounts accessible to the user associated with the API key.
get/v1/accounts
Response
Successful response containing the accounts accessible to the authenticated user.
Example response
{
"requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
"status": "success",
"accounts": [
{
"id": 123456,
"name": "Acme Corp"
}
]
}