Skip to content
AeroDB
Search
K
Main Navigation
Airports
Notams
Pricing
Appearance
Menu
Return to top
Get current user
GET
/me
Get the current user based on the provided JWT.
Authorizations
BearerAuth
Type
HTTP (Bearer)
Responses
200
400
401
The request has succeeded.
Content-Type
application/json
Schema
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
}
GET
/me
Playground
Authorization
BearerAuth
Try it out
Samples