cURL
curl --request GET \ --url https://app.happyrobot.ai/api/v1/users \ --header 'authorization: <authorization>'
[ { "id": "<string>", "email": "jsmith@example.com", "first_name": "<string>", "last_name": "<string>", "image_url": "<string>" } ]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
200
The user's unique identifier.
The user's email.
The user's first name.
The user's last name.
The user's profile image. an be a URL or a base64 encoded image.
Was this page helpful?