cURL
curl --request GET \ --url https://api.tryreplicas.com/v1/replica/repositories \ --header 'Authorization: Bearer <token>'
{ "repositories": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "default_branch": "<string>" } ] }
Returns a list of repositories available to your organization.
Documentation IndexFetch the complete documentation index at: https://docs.replicas.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Successful response
Show child attributes