cURL
curl --request GET \ --url https://api.replicas.dev/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.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Successful response
Show child attributes