GET
/
v1
/
accounts
Get all accounts
curl --request GET \
  --url https://platform.thena.ai/v1/accounts \
  --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

Query Parameters

page
number

The page number

limit
number

The limit number of accounts to fetch

Response

Operation successful

The response is of type object.