v1

latestOpenAPI 3.0.22026-07-2441902.6 MB
Accounts API

Get account details

Get Account Details

get/account

Response

Account details

idstring
namestring

a unique name identifier for the account (used for its subdomain)

company_namestring

a friendly, human-readable name for the account

emailstring email

primary email associated with the account

timezonestring

IANA (Internet Assigned Numbers Authority) time zone database

created_atstring date-time

account creation date

Example response

{
  "id": "c65186ee-3780-468e-968b-ca15b981c312",
  "name": "airmattress",
  "company_name": "Air Mattress",
  "email": "joseph.pinetree@talkdesk.com",
  "timezone": "America/Los_Angeles",
  "created_at": "2018-06-28T14:04:07.000Z",
  "_links": {
    "self": {
      "href": "http://api-docs.talkdesk.org/account"
    }
  }
}
All 419 operations