cURL
curl --request GET \ --url https://api.supernormal.com/api/v1/user \ --header 'X-API-TOKEN: <api-key>'
{ "id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "avatar_url": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.supernormal.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supernormal.com/llms.txt
Use this file to discover all available pages before exploring further.
User response
The user’s ID
The user’s first name
The user’s last name
The user’s email
The user’s avatar URL