GET
/
v1
/
accounts
curl --request GET \
  --url https://platform.thena.ai/v1/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Query Parameters

source
string

The source of the accounts to find

Example:

"manual"

status
string

The identifier / value of the status attribute

Example:

"STATUS123"

classification
string

The identifier / value of the classification attribute

Example:

"CLASSIFICATION123"

health
string

The identifier / value of the health attribute

Example:

"HEALTH123"

industry
string

The identifier / value of the industry attribute

Example:

"INDUSTRY123"

accountOwnerId
string

The identifier of the account owner

Example:

"USER123"

page
number

The page number

limit
number

The limit number of accounts to fetch

Response

200
application/json
Operation successful

The response is of type object.