v1

latestOpenAPI 3.0.02026-08-06132933.0 KB
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.

requestIdstring

Unique identifier for the request.

statusstring

Indicates the status of the request.

Example response

{
  "requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
  "status": "success",
  "accounts": [
    {
      "id": 123456,
      "name": "Acme Corp"
    }
  ]
}
All 13 operations