v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

listOrganizations organizations

list all organizations

get/ops/organizations

Response

OK response.

Example response

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