cURL
curl --request GET \ --url https://api.example.com/api/repositories \ --header 'X-API-Key: <api-key>'
{ "all_repos": [ {} ] }
Get all repositories for the organization.
Required Scope: read:repo
read:repo
Documentation IndexFetch the complete documentation index at: https://docs.enforster.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.enforster.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use an API key in the X-API-Key header.
Successful Response
Was this page helpful?