Get the authenticated user
GEThttps://platform.docana.com/api/v1/users/me/
Returns the caller in the same item shape as the GET /api/users/ list.
Responses
- 200
- 401
- 403
- 500
The authenticated user
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.