Sender ID Status API

Check the approval status of a Sender ID. 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 status function. Must be 1.
senderidstringYesSender ID to check.

Response Examples

200 - Success

Status returned.

{
  "status": 1,
  "code": "ASMQ02",
  "message": "Sender ID is Approved",
  "data": "Moolre",
  "go": null
}

← Back to AI Documentation Index | View Full API Reference