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

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

accountId
string

Account ID of the customer contact

Example:

"A123"

contactType
string

Contact type of the customer contact to find. (Fetches all contacts satisfying other conditions if not provided)

Example:

"CT123"

page
number

The page number

limit
number

The limit number of contacts to fetch

Response

200
application/json

Operation successful

The response is of type object.