POST
/
exclusion
/
company
curl --request POST \
  --url https://api.orchestra.inc/v1/exclusion/company \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "domainsOrEmails": [
    "<string>"
  ]
}'
{
  "addedCount": 123
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Successfully added domains to exclusion list

The response is of type object.