Return OpenID Connect claims for the authenticated subject.
cURL
curl --request GET \ --url https://api.rapidly.tech/api/oauth2/userinfo
{ "sub": "<string>", "name": "<string>", "email": "<string>", "email_verified": true }
Successful Response