v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Organization

List the entries in the org's URL Orb allow-list

List the entries in the org's URL Orb allow-list

get/organization/{org-slug-or-id}/url-orb-allow-list

Path parameters

org-slug-or-idstring required

Org UUID or slug in the form vcs-slug/org-name. For projects that use GitLab or GitHub App, use circleci as the vcs-slug and replace the org-name with the organization ID (found in Organization Settings).

Response

URL Orb allow-list entries

Example response

{
  "items": [
    {
      "id": "ba98990a-5a00-4cad-b55e-b44117b92e0c",
      "name": "Allow URL orbs from raw.githubusercontent.com/CircleCI-Public",
      "prefix": "https://raw.githubusercontent.com/CircleCI-Public/orbs/refs/heads/main/",
      "auth": "github-app"
    }
  ]
}