Get the current user's account profile

GET/api/v1/accounts/me

Parameters

This endpoint does not accept parameters.

Responses

200Account profile

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/accounts/me" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Account profile
Example response not yet documented.