Request a new Sender ID for your SMS campaigns. Note: This API requires X-API-VASKEY in the header for authentication.
POST https://api.moolre.com/open/sms/query
To test in sandbox, use https://sandbox.moolre.com/open/sms/query instead.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | ID of the sender ID creation function. Must be 3. |
senderids | array | Yes | An array of sender ID objects containing senderid (max 11 chars) and optional approve boolean. |
Registration request submitted.
{
"status": 1,
"code": "ASMQ12",
"message": "Sender IDs Created Successfully.",
"data": null,
"go": null
}
You do not have permission to approve Sender IDs.
{
"status": 0,
"code": "ASMQ09",
"message": "You do not have permission to approve Sender IDs. Contact Customer Support.",
"data": "senderid",
"go": null
}