/
OP
openqr
/
OpenQR API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 1d ago
Details
Filter operations
get
API discovery index
get
Get the account that owns your API key
get
Generate a QR code (query params)
post
Generate a QR code (JSON body)
get
List your dynamic (editable) QR codes
post
Create a dynamic (editable) QR code
post
Create up to 200 dynamic codes at once
delete
Delete a dynamic code
patch
Edit a dynamic code (any field the dashboard can edit)
get
Get scan analytics for a dynamic code
get
List your saved style themes
post
Save a reusable style theme
delete
Delete a saved theme (styled codes keep their look)
get
List your folders
post
Create a folder
delete
Delete a folder (its codes are un-filed, not deleted)
patch
Rename a folder
Rename a folder
patch
/v1/folders/{id}
Request body
object
required
name
string
required
Response
Renamed.
Folder
required
id
string
name
string
Example response
{ "id": "c3d4e5f6-a7b8-4091-8293-a4b5c6d7e8f9", "name": "Campaigns" }
Changes