GET
/
api
/
user
/
info
Get User
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>"
}

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

The response is of type object.