/
/OpenQR API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 1w ago
  • getAPI discovery index
  • getGet the account that owns your API key
  • getGet your branded subdomain
  • putClaim or change your branded subdomain (Pro)
  • deleteRelease your branded subdomain
  • getGenerate a QR code (query params)
  • postGenerate a QR code (JSON body)
  • getList your dynamic (editable) QR codes
  • postCreate a dynamic (editable) QR code
  • postCreate up to 200 dynamic codes at once
  • getGet one code's full details
  • deleteDelete a dynamic code
  • patchEdit a dynamic code (any field the dashboard can edit)
  • getGet scan analytics for a dynamic code
  • getList your saved style themes
  • postSave a reusable style theme
  • deleteDelete a saved theme (styled codes keep their look)
  • getList your folders
  • postCreate a folder
  • deleteDelete a folder (its codes are un-filed, not deleted)
  • patchRename a folder

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
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.