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

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json · object

Response

401

User is not authenticated!