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

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.