API Credentials
Manage your API keys and secret tokens
Secure
API Key
Public key for client authentication
••••••••••••••••••••Usage Instructions
Include this key in your API requests as the x-api-key header for customer authentication.
Secret Key
Private key for server authentication
••••••••••••••••••••Security Notice
Include this key in your API requests as the x-api-secret header for app-level authentication. Keep it secret and never expose it in client-side code.
Quick Actions
API Documentation
Base URL
Loading...Example Request
curl -X POST YOUR_API_BASE_URL/api/v1?sms \
-H "x-api-key: YOUR_API_KEY" \
-H "x-api-secret: YOUR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+1234567890", "body": "Hello!"}'