v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Organizations

List Org Configs

Returns all Org Configs (name, description, and value).

get/api/v2/org_configs

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "description": "Frobulate the turbo encabulator manifold",
        "name": "monitor_timezone",
        "value_type": "bool"
      },
      "id": "abcd1234",
      "type": "org_configs"
    }
  ]
}