POST
/
v1
/
accounts
/
contacts
/
bulk
curl --request POST \
  --url https://platform.thena.ai/v1/accounts/contacts/bulk \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "contacts": [
    "<string>"
  ],
  "accountIds": "A123",
  "contactType": "CT123",
  "source": "Slack"
}'
{
  "total": 123,
  "created": 123,
  "skipped": 123
}

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json

Response

201
application/json

Operation successful

The response is of type object.