v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBUnsubscribers
List all unsubscribers by customer
Returns all unsubscribers for the specified customer.
get/unsubscribers/{customer}
Path parameters
customerstring required
Example:+16315551111
The customer who has opted out.
Response
Successfully retrieved the unsubscribers.
Example response
[
{
"customer": "+16315551111",
"regionCode": "US",
"source": "Whatsapp",
"createTime": "2022-06-01T12:00:00.000Z"
}
]