get https://api.talkdeskapp.com/account
Scope
account:read
Body Response - Schema
200 OK (account details)
Parameter | Type | Description | Required |
---|---|---|---|
id | string | n/a | no |
name | string | a unique name identifier for the account (used for its subdomain) | no |
company_name | string | a friendly, human-readable name for the account | no |
timezone | string | IANA (Internet Assigned Numbers Authority) time zone database | no |
created_at | string | account creation date | no |
_links | object | "_links" subdivides into: 1 - "self" (object) - the URI of the details of the user. 1.1 - "href" (string) - default: http://api-docs.talkdesk.org/account 1.2 - "users" (string) - default: http://api-docs.talkdesk.org/users | no |
401 (unauthorized), 403 (forbidden access), 404 (account not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.