Introduction Welcome to the documentation for the Sakari Messaging REST API. Sakari provides an advanced platform to drive large scale customized SMS communication REST is a web-service protocol that lends itself to rapid development by using everyday HTTP and JSON technology. To find out mor
https://api.sakari.io
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.sakari.io
Endpoint status
Live — HTTP 200 — endpoint is accessible4.93s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Pay-as-you-go SMS. From $0.0075/message. No monthly minimum.
| Method | Path | Description |
|---|---|---|
| POST | /oauth2/token |
Get token for accessing APIs |
| GET | /v1/accounts/{accountId}/campaigns |
Fetch campaigns |
| POST | /v1/accounts/{accountId}/campaigns |
Create campaign |
| DELETE | /v1/accounts/{accountId}/campaigns/{campaignId} |
Deletes a campaign |
| GET | /v1/accounts/{accountId}/campaigns/{campaignId} |
Fetch campaign by ID |
| PUT | /v1/accounts/{accountId}/campaigns/{campaignId} |
Updates a campaign |
| GET | /v1/accounts/{accountId}/contacts |
Fetch contacts |
| POST | /v1/accounts/{accountId}/contacts |
Create contact |
curl -X GET 'https://api.sakari.io/oauth2/token' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Sakari documentation.