Auth
Auth APIs manage user authentication, token issuance,ensuring secure access to resources and enforcing permissions
Last updated
Auth APIs manage user authentication, token issuance,ensuring secure access to resources and enforcing permissions
Last updated
This API allows clients to authenticate by providing a clientId
and clientSecret
. Successful authentication will return a JSON Web Token (JWT) that grants access to protected resources.
API Key: Include the x-api-key
in the header.