Organizations

List organizations

Returns all organizations from the controller snapshot.

get/api/orgs

Response

Organization list

Example response

{
  "organizations": [
    {
      "slug": "acme",
      "displayName": "Acme Corp",
      "namespace": "kradle-org-acme"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.