The Account API allows you to retrieve metadata about your account.
Method: GET
Use
Retrieve metadata about your account.
Parameters
This endpoint requires no additional parameters.
Sample request
GET https://api.webexinteract.com/identity/v1/account
Sample response
{
"account_uid": "acc_2Qpy74qWGaBcDeFBEXa72L",
"account_status": "VERIFIED",
"home_region": "UK",
"time_zone": "en_GB",
"default_currency": "GBP",
"account_balance": 1000,
"created": "2024-07-19T15:28:58Z"
}
Response Field Definitions
Field | Description |
---|---|
account_uid | Unique ID of the account |
account_status | Trial - The account is not approved for sending messages. Awaiting phone number verification/organsation details Verified Limited - The account is limited to sending a few test messages. Awaiting internal review. Verified - The account is approved for normal use. |
home_region | The locale of the account. |
time_zone | The timezone of the account. |
default_currency | The account's default currency. |
account_balance | The monetary credit balance available on the account. |
created | The date time that the account was created. |