Check the approval status of a Sender ID. Note: This API requires X-API-VASKEY in the header for authentication.
POST https://api.moolre.com/open/sms/query
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | Must be 1. |
senderid | string | Yes | Sender ID to check. |
Status returned.
{
"status": 1,
"code": "SID02",
"message": "Approved"
}