API-Endpoints
Authentication

Authentication

This guide provides the necessary steps to authenticate and obtain the required tokens for accessing our API.

Obtain the accessKey

Sign in to the Kaiju Developer Portal (opens in a new tab) make a project, navigate to the "Project Details", and obtain the accessKey.

Alt text

Obtain the authProviderId

Navigate to the "Custom Authentication" tab, and create a verifier for your desired social login and obtain the verifier Id.

Alt text

ℹ️

For more information follow this.

Obtain the token

To access Kaiju APIs you need user Token which can be obtained by integrating supported social login providers.

ℹ️

The user token can be a JWT token or another type of token, depending on the configuration of the social authentication provider you used. For social providers like Google and Firebase , user token is the ID Token (JWT) which must include the email as a claim. For Discord, the user token is the Discord access token.