Return the authenticated user
GET
/api/v1/auth/meParameters
This endpoint does not accept parameters.
Responses
200User object
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/auth/me" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200User object
Example response not yet documented.