Skip to main content
GET
/
v1
/
replica
/
repository-sets
List Repository Sets
curl --request GET \
  --url https://api.replicas.dev/v1/replica/repository-sets \
  --header 'Authorization: Bearer <token>'
{
  "repository_sets": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "repositories": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "url": "<string>",
          "default_branch": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Response

Successful response

repository_sets
object[]
required