Skip to main content
POST
/
v1.0
/
subscribers
/
message-filter
/
allowed-contacts
/
add
Add Allowed Contacts of a Message Filter
curl --request POST \
  --url https://api.example.com/v1.0/subscribers/message-filter/allowed-contacts/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "SubscriberId": "<string>",
  "MessageFilterId": "<string>",
  "Contacts": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Allowed_Contacts_Request object

SubscriberId
string | null
MessageFilterId
string | null
Contacts
string[] | null

Response

200

Success