cURL
curl --request GET \ --url https://app.all-hands.dev/api/user/repositories \ --header 'Authorization: Bearer <token>'
[ { "full_name": "<string>", "description": "<string>", "html_url": "<string>", "private": true, "fork": true, "updated_at": "2023-11-07T05:31:56Z" } ]
Get repositories for the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sort order for repositories
User repositories
The response is of type object[].
object[]
Was this page helpful?