Skip to main content
POST
/
integrations
/
make
/
blacklist
/
add
Add a phone number to the blacklist
curl --request POST \
  --url https://smartsend-server.otherwise.co.il/integrations/make/blacklist/add \
  --header 'Content-Type: application/json' \
  --header 'x-organization-id: <api-key>' \
  --data '
{
  "phoneNumber": "<string>",
  "reason": "<string>",
  "addedByName": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.smartsend.co.il/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Body

application/json
phoneNumber
string
required

Phone number in any format (972..., 05..., +972...)

reason
string

Reason for blacklisting

addedByName
string

Name of person/system adding to blacklist

Response

200

Phone number added to blacklist