cURL
curl --request GET \ --url https://app.all-hands.dev/api/user/info \ --header 'Authorization: Bearer <token>'
{ "login": "<string>", "name": "<string>", "email": "<string>", "avatar_url": "<string>" }
Get information about the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User information
The response is of type object.
object
Was this page helpful?