v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOrganizations
Get a specific Org Config value
Return the name, description, and value of a specific Org Config.
get/api/v2/org_configs/{org_config_name}
Path parameters
org_config_namestring required
Example:monitor_timezone
The name of an Org Config.
Response
OK
Example response
{
"data": {
"attributes": {
"description": "Frobulate the turbo encabulator manifold",
"name": "monitor_timezone",
"value_type": "bool"
},
"id": "abcd1234",
"type": "org_configs"
}
}