Attributes

NameTypeDescription
account_typestringString representing the account’s type. Possible values are standard for paid accounts and developer for accounts in free trial.
addressstringPostal address of the account which will be displayed in the invoices.
auth_idstringAuth ID of the account.
auto_rechargebooleanWhether automatic recharge of account is enabled when credits fall below a certain threshold.
billing_modestringBilling mode of the account. Possible values are prepaid and postpaid.
cash_creditsstringCredits of the account in USD.
citystringCity of the account holder.
namestringName of the account holder.
resource_uristringURI of the account resource.
statestringState or region of the account.
timezonestringThe time zone used in the Plivo dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database.

Response

{
  "account_type": "standard",
  "address": "Wayne Enterprises Inc.",
  "api_id": "150892a0-922a-11e7-b6f4-061564b78b75",
  "auth_id": "MA2025RK4E639VJFZAGV",
  "auto_recharge": false,
  "billing_mode": "prepaid",
  "cash_credits": "1.80900",
  "city": "Gotham",
  "name": "Bruce Wayne",
  "resource_uri": "/v1/Account/MA2025RK4E639VJFZAGV/",
  "state": "NY",
  "timezone": "America/New_York"
}