sms
Appeal a rejected campaign
Appeals a rejected 10DLC campaign with the carrier registry. Only a
registration that reached campaign creation can be appealed; a
brand-level rejection should be fixed and re-verified instead. On
success the registration returns to pending.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
idstring
appealReasonstring
Length
10 <= length <= 2000Response Body
application/json
application/json
import Zernio from '@zernio/node';const zernio = new Zernio({ apiKey: process.env.ZERNIO_API_KEY });const { data } = await zernio.sms.appealSmsRegistration({ path: { id: 'abc123', }, body: { appealReason: 'string', },});console.log(data);{
"status": "pending"
}Empty
{
"error": "Unauthorized"
}Empty