Skip to content
OpenFish Documentation
Search
K
Main Navigation
Project Overview
User Guide
Developer Documentation
AusOcean
Appearance
Menu
Return to top
Get current user
GET
/api/v1/auth/me
Gets information about the current user.
Responses
200
404
OK
Content-Type
application/json
Schema
JSON
JSON
{
"display_name"
:
"Coral Fischer"
,
"email"
:
"coral.fischer@example.com"
,
"id"
:
1234567890
,
"role"
:
"annotator"
}
GET
/api/v1/auth/me
Samples