List Org Configs

GET {{baseUrl}}/api/v2/org_configs

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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":"1969-10-15T16:54:17.892Z"}},{"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":"1954-05-05T07:24:55.770Z"}}]}