OpenAPI 3.0.32026-08-14175297706.0 KB

fc745e434b3e

ops

listOrganizations organizations

list all organizations

get/ops/organizations

Response

OK response.

Example response

{
  "organizations": [
    {
      "id": "abc123",
      "metadata": {
        "abc123": "abc123"
      },
      "name": "abc123"
    }
  ]
}