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