Get the authenticated user’s metadata
GEThttps://platform.docana.com/api/v1/users/me/metadata/
Reads the metadata map fresh from the database rather than the session cache. Keys are written via POST /api/v1/users/me/metadata/.
Responses
- 200
- 401
- 403
- 500
The user’s metadata key-value map
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.