API ReferenceApplications
Query Parameters
ssoAppId?string
Can be empty as data arrived on the Authorization header token
OIDC Get UserInfo endpoint
curl -X GET "https://api.descope.com/oauth2/v1/userinfo"{ "userInfoClaims": {}}export interface Response {userInfoClaims?: {}} Was this helpful?