POST
/
v1
/
leads
/
black_list
curl --request POST \
  --url https://api.eqho.ai/v1/leads/black_list \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "phone_numbers": [
    "<string>"
  ]
}'
"<any>"

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type any.