GET
/
v1
/
accounts
/
{id}
Get account details
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "statusId": "<string>",
  "status": "<string>",
  "classificationId": "<string>",
  "classification": "<string>",
  "primaryDomain": "<string>",
  "accountOwner": "<string>",
  "accountOwnerId": "<string>",
  "accountOwnerEmail": "<string>",
  "customFieldValues": [
    "<string>"
  ],
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

id
string
required

Response

Operation successful

id
string
required

Unique identifier of the account

name
string
required

Name of the account

statusId
string
required

The identifier of the status of the account

status
string
required

The name of the status of the account

classificationId
string
required

The identifier of the classification of the account

classification
string
required

The name of the classification of the account

primaryDomain
string
required

Primary domain of the account

accountOwner
string
required

Name of the account owner

accountOwnerId
string
required

Unique identifier of the account owner

accountOwnerEmail
string
required

Email of the account owner

customFieldValues
string[]
required

The custom field values

createdAt
string
required

Creation date of the account

updatedAt
string
required

Last update date of the account