cURL
curl --request GET \ --url https://{tenant_id}.hanko.io/me \ --cookie hanko=
{ "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c" }
Retrieve the user ID for the current user (i.e. the subject of the JWT).
User
The id of the current user
"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
Was this page helpful?