get
https://api.talkdeskapp.com/account
Supported Regions and Base URLs
Access and RegistrationAuthentication
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<date-time> | account creation date | no |
| _links | object | "_links" subdivides into: 1 - "self" (object) - the URI of the details of the user. | 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) |
TroubleshootingIf 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.