cURL
curl --request GET \ --url https://app.all-hands.dev/api/user/info \ --header 'X-Session-API-Key: <api-key>'
{ "id": "<string>", "login": "<string>", "avatar_url": "<string>", "company": "<string>", "name": "<string>", "email": "<string>" }
Successful Response
Was this page helpful?