v1
latestOpenAPI 3.0.12026-07-24210349345.4 KBSMS Unsubscribes
Add Unsubscribes (V2)
Upserts one or more customer unsubscribe records. Valid entries are persisted with consent = false (unsubscribed). Invalid mobile numbers are skipped; see response codes for partial-success behavior.
post/v2/sms/unsubscribes
Request body
Example request
[
{
"customerId": "customer-123",
"mobileNumber": "+12345678901",
"timestamp": "2020-06-09T05:32:21Z"
}
]Response
All entries processed successfully
Example response
{
"message": "Data inserted/updated successfully."
}