Skip to content

Get current user

GET
/api/v1/auth/me

Gets information about the current user.

Responses

OK
application/json
JSON
{
"display_name": "Coral Fischer",
"email": "coral.fischer@example.com",
"id": 1234567890,
"role": "annotator"
}

Samples