S

Sakari Messaging REST API

REST discovered

Details
URL
https://api.sakari.io
Docs
https://developer.sakari.io/api-reference/authentication/get-token-for-accessing-apis
Authentication
Sakari OAuth2 access token bearer discovered Get token ↗
Authorization: Bearer <credential>

First obtain your client_id and client_secret from the Sakari dashboard under API Credentials. Then request an access token from https://api.sakari.io/oauth2/token using the OAuth 2.0 client credentials flow (grant_type=client_credentials). Use the returned bearer token in the Authorization header for API calls.