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>"
}
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
The response is of type object
.
Was this page helpful?