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