post https://api.sikoia.com/token
To generate an access token, make a request to one of the following:
- Production Environment:
https://oauth2.sikoia.com
- Staging Environment:
https://oauth2-staging.sikoia.com
Ensure that the following parameters are provided:
client_id:
See our Guides section for more information on how to obtain yourclient_id
.client_secret:
See our Guides section for more information on how to obtain yourclient_secret
.grant_type:
Set this parameter to client_credentials.scope:
Set this parameter to:-
- Production Environment:
https://api.sikoia.com/.default
- Production Environment:
-
- Staging Environment:
https://api-staging.sikoia.com/.default
- Staging Environment:
The endpoint will return the access token in JSON Web Token (JWT) format, along with metadata indicating its expiry and validity.