Get started with the API
Basic Information
- Base URL:
https://api.uspeedo.com - API Version: v2
- Request Format: JSON
- Response Format: JSON
Authentication
All APIs use HTTP Basic authentication. You need to include authentication information in the request headers:
Authorization: Basic base64(ACCESSKEY_ID:ACCESSKEY_SECRET)
Where:
ACCESSKEY_ID: Get it hereACCESSKEY_SECRET: Get it herebase64(ACCESSKEY_ID:ACCESSKEY_SECRET): Base64-encoded string ofACCESSKEY_ID:ACCESSKEY_SECRETbase64_encoded_credentials = base64(ACCESSKEY_ID:ACCESSKEY_SECRET)
Request Headers
All requests must include the following headers:
Content-Type: application/jsonAuthorization: Basic {base64_encoded_credentials}
Path Format
- Standard format:
/api/v1/{product}/{action}
Where:
product: Product name, depending on product type, can beusms,emailaction: Operation name, such asSendEmailTemplate,SendEmail, etc.
Error Response Format
{
"RetCode": error_code,
"Message": "error_description"
}
API List
International SMS
- SMS Template
- Send SMS
International Email
- Email Template
- Send Email