Generate access token

Allows to generate an access token

Requests to this endpoint must be addressed to:

  • https://oauth2.sikoia.com for production environment.
  • https://oauth2-staging.sikoia.com for staging environment.

Requires client_id and client_secret to be provided (You can find more information on how to obtain them in the Guides section).
The parameter grant_type must be set to client_credentials.
The parameter scope must be set to:

  • https://api.sikoia.com/.default for production environment.
  • https://api-staging.sikoia.com/.default for staging environment.

It returns the access token, along with metadata on its expiry and validity, in JWT format.

Language
URL
Click Try It! to start a request and see the response here!