UserInfo endpoint

Fetch profile claims with a bearer token.

UserInfo request
curl https://platform.sohojx.com/oauth/userinfo \
  -H "Authorization: Bearer ACCESS_TOKEN"

Returns standard OIDC claims for the authenticated end user of your application.

UserInfo endpoint · Central Auth Docs | SohojX Platform