QR Code
Create QR code customization
Create QR code customization for a given link.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
ID of the link.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Body
application/json
Create QR code customization.
Border width of the QR code frame.
Required range:
0 <= x <= 100
Example:
0
HEX color code of the foreground color.
Required string length:
7
Example:
"#000000"
URL of the logo, if empty, the Ziplink logo is used.
Maximum length:
2000
Example:
"https://example.com/2024-conference-dubai.png"
Response
201
application/json
Example response
ID of the newly created resource.