API Reference/Inbound Apps
GET
/oauth2/v1/apps/userinfo

Query Parameters

project_idstring

Can be empty as data arrived on the Authorization header token

curl -X GET "https://api.descope.com/oauth2/v1/apps/userinfo?project_id=string"

OK

{
  "userInfoClaims": {}
}

Was this helpful?