v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBUnsubscribers
Create an unsubscriber
Creates an unsubscriber. An unsubscriber is a configuration item representing that customers opt out of receiving messages from your business. A customer and a channel form a unique identifier for an unsubscriber.
post/unsubscribers
Request body
Example request
{
"customer": "+16315551111",
"regionCode": "US"
}Response
Successfully created an unsubscriber.
Example response
{
"customer": "+16315551111",
"regionCode": "US",
"source": "Whatsapp",
"createTime": "2022-06-01T12:00:00.000Z"
}