Current token's identity data
GET/api/identity/me
This is a basic route to provide the current token's identity data. This includes the IdentityId and Scopes associated with the identity. This makes a great endpoint to first hit with a new token to see what the token can do. Scopes includes both the groups of scopes and all inflated scopes themselves. If you do not see it in the list, you do not have that scope.
Request
Responses
- 200
- 400
- 500
Returns the token response
Bad Request: Invalid parameters.
Internal Server Error: An unexpected error occurred.