What is the authentication mechanism used by Suki APIs?
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.
What is the webhook authentication mechanism?
What is the webhook authentication mechanism?
We support HMAC (Hash-based message authentication
code) for authentication
(Details can be shared)
How are errors handled during JWT token failures?
How are errors handled during JWT token failures?
When a token fails, client systems cannot authenticate with Suki’s platform via APIs. Suki returns standard HTTPS error codes. Refer to the
API reference for details.