sakari.io

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

🔑 oauth2 26 endpoints messaging
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

sakari-nodejs-sdk ✓ Official
npm install sakari-nodejs-sdk
curl examples
Fetch contacts
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sakari.io/v1/accounts/{accountId}/contacts
Fetch messages
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sakari.io/v1/accounts/{accountId}/messages
Fetch active webhooks
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sakari.io/v1/accounts/{accountId}/webhooks
Endpoints (26 total)
GET
/v1/accounts/{accountId}/contacts
Fetch contacts
GET
/v1/accounts/{accountId}/messages
Fetch messages
GET
/v1/accounts/{accountId}/webhooks
Fetch active webhooks
GET
/v1/accounts/{accountId}/campaigns
Fetch campaigns
GET
/v1/accounts/{accountId}/templates
Fetch templates
GET
/v1/accounts/{accountId}/conversations
Fetch conversations
GET
/v1/accounts/{accountId}/contacts/{contactId}
Fetch contact by ID
GET
/v1/accounts/{accountId}/messages/{messageId}
Fetch message by id
GET
/v1/accounts/{accountId}/campaigns/{campaignId}
Fetch campaign by ID
GET
/v1/accounts/{accountId}/templates/{templateId}
Fetch template by ID
GET
/v1/accounts/{accountId}/conversations/{conversationId}
Fetch conversation by ID
POST
/oauth2/token
Get token for accessing APIs
Language coverage
JavaScript
1
At a glance
Total SDKs1
Languages1
Endpoints26
Authoauth2
Categories1
https://api.sakari.io