Skip to main content
GET
Get current user
Returns the id, name, and email of the user associated with the Bearer token. Use this to verify your token is working.

Request

Response

integer
The user’s ID.
string
The user’s name.
string
The user’s email address.
Example response: