1. What is the authentication mechanism used by Suki APIs?
1. What is the authentication mechanism used by Suki APIs?
We support
- OAuth 2.0 ID token for public clients such as browsers, mobile devices etc.
- Access token for confidential clients such as backend systems.
2. What is the webhook authentication mechanism?
2. What is the webhook authentication mechanism?
We support HMAC (Hash-based message authentication
code) for webhook authentication
(Details can be shared)
3. How will errors be handled during JWT token failures?
3. How will errors be handled during JWT token failures?
Client system will not be able to authenticate with Suki’s platform via APIs
incase of token failure, its handled with standard https error codes, refer
API Reference