cURL
curl --request GET \ --url https://api.example.com/me \ --header 'X-API-Key: <api-key>'
Get information about the authenticated user.
Required scope: read
read
Useful to verify API key is working and check user details.
Successful Response