OpenAPI 3.0.32026-08-05174296703.4 KB
fa134b7fc959
ops
listOrganizations organizations
list all organizations
get/ops/organizations
Response
OK response.
Example response
{
"organizations": [
{
"id": "abc123",
"metadata": {
"abc123": "abc123"
},
"name": "abc123"
}
]
}