v1

latestOpenAPI 3.1.0AGPL-3.02026-07-1317522.1 KB

List your saved style themes

Apply a theme by passing its id or name as theme to the QR-generation and dynamic-code endpoints.

get/v1/themes

Response

Your themes.

Example response

{
  "themes": [
    {
      "id": "b1c2d3e4-f5a6-4071-8293-a4b5c6d7e8f9",
      "name": "Brand",
      "style": {
        "fgColor": "#232E3A",
        "bgColor": "#FFFFFF",
        "dotType": "rounded",
        "margin": 4
      }
    }
  ]
}