Get current user details
This endpoint returns details for the currently authenticated user. If the API token used to authenticate to the API is not associated with a user, this method will return an error. .
GET users/current
Invalidate linked web session
This endpoint allows you to invalidate the web session which is associated with your authenticated identity. This will only work for API identities (most likely API tokens) that were generated using the first-party application login flow. .
POST invalidate_linked_web_session