REST API (v1)
The EasySendSMS REST API offers a comprehensive set of tools designed to handle a wide range of communication tasks. Beyond sending and receiving SMS messages, our API supports HLR lookup for real-time number verification, number validation services, and much more. This powerful API is built for precision and reliability, providing all the necessary features to integrate advanced communication capabilities directly into your applications.
Authentication
To authenticate requests to the EasySendSMS REST API, you need an API key, available in the EasySendSMS Customer Dashboard under the API settings section.
Include your API key in the request header using the apikey
field. This authentication step is mandatory for all API requests.
Request Headers
When making a request, include the following headers:
apikey: YOUR_API_KEY
Content-Type: application/json
Accept: application/json