POST
/v2/mgmt/theme/export

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

curl -X POST "https://api.descope.com/v2/mgmt/theme/export" \
  -H "Authorization: Bearer <token>"

OK

{
  "theme": {
    "styles": {},
    "componentsVersion": "string",
    "references": {
      "connectors": {
        "property1": "string",
        "property2": "string"
      },
      "oauth": [
        "string"
      ],
      "roles": [
        "string"
      ],
      "userAttributes": [
        "string"
      ],
      "tenantAttributes": [
        "string"
      ]
    }
  }
}

Was this helpful?