GET
/
v1
/
accounts
/
attributes
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/attributes \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "attribute": "account_status",
  "value": "PROSPECT",
  "isDefault": true,
  "configuration": {},
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "metadata": {}
}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

attribute
enum<string>
required

Attribute type

Available options:
account_status,
account_classification,
account_health,
account_industry,
contact_type,
activity_type,
activity_status,
note_type,
task_type,
task_status,
task_priority
Example:

"account_status"

Response

200
application/json

Operation successful

The response is of type object.