v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBUnsubscribers
Retrieve an unsubscriber
Retrieves the unsubscriber for the specified customer and channel.
get/unsubscribers/{customer}/{channel}
Path parameters
customerstring required
Example:+16315551111
The customer who has opted out.
channel'whatsapp' required
Channel of unsubscriber.
- whatsapp: Indicates that the customer opts out of receiving WhatsApp messages from your business.
Response
Successfully retrieved the unsubscribers.
Example response
{
"customer": "+16315551111",
"regionCode": "US",
"source": "Whatsapp",
"createTime": "2022-06-01T12:00:00.000Z"
}