About this Cloud Hub Solution:
Sakari is a cloud-based SMS messaging platform that enables businesses to send automated, bulk, and two-way text messages for marketing, alerts, and customer support.
The Sakari API uses the REST protocol, which allows for rapid development using everyday HTTP and JSON technology.
PostMan Collection
We've created a set of examples using PostMan to help you get started with the API.To use the examples, you'll need to set up three environment variables in PostMan: AccountId, ClientId, and ClientSecret.To authenticate against the API, you'll need to provide your client ID, client secret, and account ID.
You can retrieve these credentials by logging into your Sakari account and clicking on the 'cog' icon in the top right corner.
Versioning
The latest version of the API is v1.We will introduce new versions if there are any breaking changes.The API uses an open schema model, which means that servers may add extra properties to responses.
Testing
We provide examples using curl and client SDKs to help you test the API.If you would like to see an SDK in a language not currently available, please let us know.
Throttling / Limits
We impose limits on API calls to prevent abuse.If you need a higher limit, please contact us and we'll be happy to discuss your requirements.
Errors
{"success": false,"error": {"code"":"CONT-001","message"":"Invalid mobile number"}}
Pagination
Most GET calls return a subset of data. The API returns a pagination object with:
{"pagination": {"offset": 0,"limit": 10,"totalCount": 21}}