cURL
curl --request GET \ --url https://cloud.firebender.com/v0/repositories \ --header 'X-API-Key: <api-key>'
{ "repositories": [ { "owner": "your-org", "name": "your-repo", "repository": "https://github.com/your-org/your-repo" } ] }
Retrieve a list of GitHub repositories accessible to the authenticated user via the connected GitHub App installation
API key from Firebender Dashboard
Repositories retrieved successfully
Array of GitHub repositories the user has access to
Show child attributes
Was this page helpful?