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
domainsOrEmails
string[]
required

Array of domains or email addresses to exclude. For emails, the domain will be extracted.

Response

200
application/json
Successfully added domains to exclusion list
addedCount
integer

Number of new domains added