Single Sign-On
Number of APIs: 3
-
Get a User Profile GET {{base_url}}/sso/profile
-
Get Authorization URL GET {{base_url}}/sso/authorize?response_type=code&client_id={{client_id}}&redirect_uri=<string>&organization=<string>
-
Get a Profile and Token POST {{base_url}}/sso/token?client_id={{client_id}}&client_secret={{api_key}}&grant_type=authorization_code&code={{authorization_code}}