Token
Get Token Info
Retrieve user information associated with the current access token.
Parameters:
- current_user (User): The user instance obtained from the current access token.
Returns:
- UserRead: The serialized user data.
get/v2/token
Headers
authorizationstring nullable
Response
Successful Response
Example response
{
"id": "5eb7cf5a86d9755df3a6c593"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.