Get a specific Org Config value
GET {{baseUrl}}/api/v2/org_configs/:org_config_name
Return the name, description, and value of a specific Org Config.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"abcd1234","type":"org_configs","attributes":{"name":"monitor_timezone","description":"Frobulate the turbo encabulator manifold","value_type":"bool","value":{"description":"The value of an Org Config."},"modified_at":"2020-09-27T03:18:05.664Z"}}}