S

Sakari

by Sakari

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

communicationsakari

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Pay-as-you-go SMS. From $0.0075/message. No monthly minimum.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.sakari.io/oauth2/token' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Sakari documentation.