Create Sender ID API

Request a new Sender ID for your SMS campaigns. Note: This API requires X-API-VASKEY in the header for authentication.

Endpoint Information

POST https://api.moolre.com/open/sms/query

To test in sandbox, use https://sandbox.moolre.com/open/sms/query instead.

Request Parameters

ParameterTypeRequiredDescription
typeintegerYesID of the sender ID creation function. Must be 3.
senderidsarrayYesAn array of sender ID objects containing senderid (max 11 chars) and optional approve boolean.

Response Examples

200 - Success

Registration request submitted.

{
  "status": 1,
  "code": "ASMQ12",
  "message": "Sender IDs Created Successfully.",
  "data": null,
  "go": null
}

400 - Permission Denied

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
}

← Back to AI Documentation Index | View Full API Reference