POST
/
v1
/
workspaces
/
{workspace_id}
/
links
/
{link_id}
/
qr-code
curl --request POST \
  --url https://api.ziplink.click/v1/workspaces/{workspace_id}/links/{link_id}/qr-code \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "border": 0,
  "color": "#000000",
  "logo_url": "https://example.com/2024-conference-dubai.png"
}'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

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.

The body is of type object.

Response

201
application/json

Example response

The response is of type object.