latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

organizations

List Organization Upstreams

Lists all upstreams belonging to a specific organization. Returns information about upstream repositories owned by the organization.

get/v0/organizations/{org_id}/upstreams

Path parameters

org_idstring required

Organization UUID

Response

Example response

{
  "upstreams": [
    {
      "framework": "wordpress",
      "id": "e8fe8550-1ab9-4964-8838-2b9abdccf4bf",
      "label": "WordPress",
      "machine_name": "wordpress",
      "type": "core"
    }
  ]
}