POST
/
v1
/
accounts
/
contacts
/
ingest
curl --request POST \
  --url https://platform.thena.ai/v1/accounts/contacts/ingest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-org-id: <api-key>' \
  --data '{}'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Body

application/json · object

Response

401

User is not authenticated!