Skip to main content
GET
/
api
/
auth
/
me
Get current user
curl --request GET \
  --url http://localhost:8000/api/auth/me \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token from login. Use: Authorization: Bearer <token>

Response

User and organizations