Authentication (Hosted)
Number of APIs: 3
-
/oauth/token POST {{url}}/oauth/token?client_id={{client_id}}&client_secret={{client_secret}}&grant_type=authorization_code&code={{code}}
-
/oauth/revoke POST {{url}}/oauth/revoke
-
/oauth/authorize GET {{url}}/oauth/authorize?client_id={{client_id}}&response_type=code&scopes=email&login_hint=test@gmail.com&redirect_uri=http://localhost:4567&state