cURL
curl --request POST \ --url https://golance.com/auth/oauth/token \ --header 'Content-Type: application/json' \ --data ' { "clientId": "<string>", "clientSecret": "<string>", "grantType": "client_credentials" } '
{ "access_token": "<string>", "token_type": "Bearer", "expires_in": 1 }
Retrieve an access token using OAuth2 client credentials grant
2 - 100
client_credentials
Access token response
Bearer
Expiration time in seconds
x >= 0