The SmsManager REST API is a separate API from the JSON API v2 (the sending API). While the JSON API v2 handles outbound message delivery, the REST API covers account management tasks: creating and updating API keys, checking your credit balance, querying individual message status, listing sent messages, and reading inbound messages in your inbox.
Base URL
All REST API requests are made to:
Authentication
Every request must include your API key in the x-api-key request header. This is the same API key you use with the JSON API v2.
You can find and manage your API keys in the SmsManager Dashboard.
Endpoints
Explore the endpoints
Individual endpoints — with parameters, request bodies, and examples — are listed in this section’s sidebar, generated directly from the OpenAPI specification.