Retrieve settings
GET/api/settings
Retrieves the settings of the control plane.
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
controlPlaneInteractionsstringrequired
{
"controlPlaneInteractions": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}