Base URL
All API requests are made to:
https://api.interactsms.com/api/v2
Authentication
Authenticate by first obtaining an access token from:
https://auth.interactsms.com/token
Then include the access token in the Authorization header on every API request:
Authorization: Bearer YOUR_ACCESS_TOKEN
All request bodies should be JSON with Content-Type: application/json.
Response codes
| Code | Meaning |
|---|
200 | OK — request succeeded |
201 | Created — resource created successfully |
400 | Bad Request — invalid parameters |
401 | Unauthorized — invalid or missing access token |
422 | Unprocessable Entity — validation error |
429 | Too Many Requests — rate limit exceeded |
500 | Internal Server Error |
Last modified on April 9, 2026