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

Authorizations

hanko
string
cookie
required

Response

User

id
string<uuid4>

The id of the current user

Example:

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