Get SMS Send Status
API Description
Query SMS send status and receipt information in batch based on session number (SessionNo).
Request Information
- Get API Key:
ACCESSKEY_ID:ACCESSKEY_SECRET - Request Method:
GET - Request Path:
/api/v1/usms/USMSSendReceipt - Content-Type:
application/json
Note: Parameters are passed via URL query string, format: ?id=session_no_1&id=session_no_2.
idstringrequired
Session number list as JSON array string or comma-separated values. Real API expects query parameters: ?id=session_no_1&id=session_no_2
?
LANGUAGE
CREDENTIALS
👁️
🔒
🔑Log in to get ACCESSKEY_ID and ACCESSKEY_SECRET
URL
GET
CURL Request▼
curl -X GET "https://api.uspeedo.com/api/v1/usms/USMSSendReceipt" \-H "Accept: application/json" \-H "Authorization: Basic $(echo -n 'ACCESSKEY_ID:ACCESSKEY_SECRET' | base64)"
RESPONSE
Click Try It! to start a request and see the response here.
Common Error Codes
| Error Code | Description |
|---|---|
| 0 | Success |
| 215392 | Parameter error |
| 215397 | Missing required parameter |
| 215400 | Server error |