cURL
curl --request GET \ --url https://app.all-hands.dev/api/user/repositories \ --header 'X-Session-API-Key: <api-key>'
[ { "id": "<string>", "full_name": "<string>", "git_provider": "github", "is_public": true, "stargazers_count": 123, "link_header": "<string>", "pushed_at": "<string>", "owner_type": "user", "main_branch": "<string>" } ]
github
gitlab
bitbucket
enterprise_sso
Successful Response
The response is of type Repository · object[].
Repository · object[]
Was this page helpful?