oauth2
Number of APIs: 3
-
Authorize a user POST {{baseUrl}}/oauth2/authorize?client_id=<string>&decision=<>&user_id=<string>&scope=<>&redirect_uri=<string>&response_type=<>
-
Access token retrieval (with code) or refresh (with refresh token) POST {{baseUrl}}/oauth2/token
-
Check the validity of an access token and give back his permission, client_id and user_id GET {{baseUrl}}/oauth2/check?access_token=<string>