Skip to content

Get current user

GET
/me

Get the current user based on the provided JWT.

Authorizations

BearerAuth
TypeHTTP (Bearer)

Responses

The request has succeeded.

application/json
JSON
{
"id": "123",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"username": "john_doe",
"email": "john.doe@aerodb.net",
"isVerified": true
}

Playground

Authorization

Samples