Bulk API

This documentation contain an overview of our API endpoints.


Overview

Our API allows you to send and receive SMS messages across various mobile service providers.

The SMS API uses HTTP verbs and a RESTful endpoint structure.

Request and response payloads are formatted as JSON using UTF-8 encoding and URL encoded values.

Almost every endpoint is protected by OAuth v2 and requires an access token, sent as a Bearer token in the Authorization header along with Accept: application/json.

The one exception is Send Via URL, which authenticates with your portal username and password in the query string.

{warning} Prefer the token endpoints. A username and password in a URL is recorded in server access logs, browser history and Referer headers.

{success} You need to have an account with us to proceed!. ✌️

Access your Account here