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>" }
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