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

Authorizations

x-api-key
string
header
required

Enter your API key

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.