cURL
curl --request GET \ --url https://api.casexchange.com/api/v1/oauth/userinfo \ --header 'Authorization: Bearer <token>'
{ "sub": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "email_verified": true, "given_name": "<string>", "family_name": "<string>", "firmId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "firmName": "<string>", "scope": "<string>" }
Retrieve identity claims for an OAuth access token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User claims
Subject identifier (user ID)