Skip to main content

Query SMS Template

API Description

Query specified SMS template information. Supports batch query.

Request Information

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 CodeDescription
0Success
215392Parameter error
215396Template not found
215400Server error