Query SMS Template
API Description
Query specified SMS template information. Supports batch query.
Request Information
- Get API Key:
ACCESSKEY_ID:ACCESSKEY_SECRET - Request Method:
GET - Request Path:
/api/v1/usms/USMSTemplate - Content-Type:
application/json
Note: Parameters are passed via URL query string, format: ?id=template_id_1&id=template_id_2.
idstringrequired
Template ID list as JSON array string or comma-separated values. Real API expects query parameters: ?id=template_id_1&id=template_id_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/USMSTemplate" \-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 |
| 215396 | Template not found |
| 215400 | Server error |