API ReferenceApplications
POST
/oauth2/v1/userinfo

Request Body

application/json

ssoAppId?string

Can be empty as data arrived on the Authorization header token

OIDC POST UserInfo endpoint

curl -X POST "https://api.descope.com/oauth2/v1/userinfo" \  -H "Content-Type: application/json" \  -d '{}'
{  "userInfoClaims": {}}
export interface Response {userInfoClaims?: {}}
Was this helpful?