GET
/
me
curl --request GET \
  --url https://{tenant_id}.hanko.io/me
{
  "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}

Authorizations

hanko
string
cookie
required

Response

200
application/json
User
id
string

The id of the current user

Example:

"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"