GET
/
v1
/
accounts
/
{id}
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "source": "hubspot",
  "logo": "<string>",
  "statusId": "<string>",
  "status": "<string>",
  "statusConfiguration": {},
  "classificationId": "<string>",
  "classification": "<string>",
  "classificationConfiguration": {},
  "healthId": "<string>",
  "health": "<string>",
  "healthConfiguration": {},
  "industryId": "<string>",
  "industry": "<string>",
  "industryConfiguration": {},
  "primaryDomain": "<string>",
  "secondaryDomain": "<string>",
  "accountOwner": "<string>",
  "accountOwnerId": "<string>",
  "accountOwnerEmail": "<string>",
  "accountOwnerAvatarUrl": "<string>",
  "annualRevenue": 123,
  "employees": 123,
  "website": "<string>",
  "billingAddress": "<string>",
  "shippingAddress": "<string>",
  "customFieldValues": [
    "<string>"
  ],
  "metadata": {},
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

id
string
required

Response

200
application/json
Operation successful
id
string
required

Unique identifier of the account

name
string
required

Name of the account

source
string
required

The source of the account

Example:

"hubspot"

statusId
string
required

The identifier of the status of the account

status
string
required

The status of the account

statusConfiguration
object
required

The configuration of the status

classificationId
string
required

The identifier of the classification of the account

classification
string
required

The classification of the account

classificationConfiguration
object
required

The configuration of the classification

healthId
string
required

The identifier of the health attribute

health
string
required

The health of the account

healthConfiguration
object
required

The configuration of the health

industryId
string
required

The identifier of the industry attribute

industry
string
required

The industry of the account

industryConfiguration
object
required

The configuration of the industry

primaryDomain
string
required

Primary domain of the account

customFieldValues
string[]
required

The custom field values

metadata
object
required

The metadata of the account

createdAt
string
required

Creation date of the account

updatedAt
string
required

Last update date of the account

description
string

The description of the account

The URL of the account logo

secondaryDomain
string

Secondary domain of the account

accountOwner
string

Name of the account owner

accountOwnerId
string

Unique identifier of the account owner

accountOwnerEmail
string

Email of the account owner

accountOwnerAvatarUrl
string

The avatar URL of the account owner

annualRevenue
number

Annual revenue of the account

employees
number

Number of employees of the account

website
string

Website of the account

billingAddress
string

Billing address of the account

shippingAddress
string

Shipping address of the account