Skip to main content
Version: v0.7.0

Retrieve settings

GET 

/api/settings

Retrieves the settings of the control plane.

Request

Responses

Schema
    controlPlaneInteractionsstringrequired
    colorstringrequired
    darkThemeUrlstring
    lightThemeUrlstring

Authorization: oauth2

name: oauth2type: oauth2scopes: controlplane_adminflows: {
  "password": {
    "scopes": {
      "controlplane_admin": "controlplane_admin",
      "controlplane_dataplane": "controlplane_dataplane"
    }
  }
}
curl -L 'https://tsg.dataspac.es/api/settings' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth