cURL
curl --request POST \ --url https://api.wavix.com/v3/messages/opt-outs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "opt_out": { "number": "16419252149", "sender_id": "15072429497" } } '
{ "success": true }
Creates an opt-out for a Sender ID, 10DLC campaign, or all outbound messages.
Bearer token using appid (Authorization: Bearer )
Opt-out configuration.
Show child attributes
{ "number": "16419252149", "sender_id": "15072429497"}
Opt-out created.
true
Was this page helpful?
Contact support