cURL
curl --request GET \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/auth/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "extras": "<string>" }
Retrieve information about the authenticated user including ID, name, and email address.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?