v1
latestOpenAPI 3.0.02026-08-06132933.0 KBAccounts
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"
}
]
}