v1

latestOpenAPI 3.0.02026-07-14201133.2 KB
Accounts

Account info

get/self/account

Response

Successful

idinteger

Unique identifier of the account

namestring

Name of the account

orgstring

Organization of the account

status'PENDING' | 'ACTIVE' | 'DELETED' | 'ARCHIVED'

Status of the account

Example response

{
  "id": 257073,
  "name": "Vonage",
  "org": "Vonage",
  "status": "ACTIVE"
}