Retrieve information about the authenticated user including ID, name, and email address.
Authentication: required
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/auth/me \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"extras": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/auth/me \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"extras": "<string>"
}