Skip to main content
GET
/
workspaces
/
{url}
/
qrcodes
Get workspace QR Codes
curl --request GET \
  --url https://api.reqlick.com/workspaces/{url}/qrcodes \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "1110580a82031111aaa01111",
    "documentId": "<string>",
    "url": "https://reqlick.com",
    "key": "qD0ToTl",
    "expiresAt": "<string>",
    "password": "<string>",
    "proxy": false,
    "isFile": false,
    "isQR": true,
    "title": "URL Shortener, QR Codes, and File to Link | Reqlick",
    "description": "Reqlick is more than a free URL shortener built-in analytics with custom domains, advanced QR Code features, and a File to Link solution",
    "image": "https://reqlick.com/_static/thumbnail.png",
    "allowedEmails": [
      "<string>"
    ],
    "createdAt": "2024-07-03T16:42:26.468Z",
    "updatedAt": "2024-07-03T16:42:26.468Z",
    "projectId": "1110580a82031111aaa01111",
    "isPublic": true,
    "isActive": true,
    "isArchived": false,
    "isRecord": false,
    "domain": "rqk.sh",
    "utm_source": "<string>",
    "utm_medium": "<string>",
    "utm_campaign": "<string>",
    "utm_term": "<string>",
    "utm_content": "<string>",
    "ref": "<string>",
    "ios": "<string>",
    "android": "<string>",
    "tagId": "<string>",
    "createdSessionId": "<string>",
    "_count": {
      "views": 7
    },
    "qrcode": [
      {
        "id": "1110580a82031111aaa01111",
        "image": "data:image/png;base64....",
        "bgColor": "#ffffff",
        "fgColor": "#000000",
        "level": "Q",
        "size": 1024,
        "url": "https://reqlick.com",
        "image_src": "<string>",
        "image_excavate": true,
        "image_height": 256,
        "image_width": 256,
        "projectId": "1110580a82031111aaa01111",
        "createdAt": "2024-07-03T16:42:24.940Z",
        "updatedAt": "2024-07-03T16:42:26.468Z",
        "linkId": "1110580a82031111aaa01111"
      }
    ],
    "createdBy": {
      "name": "<string>",
      "image": "https://example.com/image.png",
      "id": "1110580a82031111aaa01111"
    }
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

url
string
required

Response

id
string
Example:
documentId
string | null
url
string
Example:
key
string
Example:
expiresAt
string | null
password
string | null
proxy
boolean
Example:
isFile
boolean
Example:
isQR
boolean
Example:
title
string
Example:
description
string
Example:
image
string
Example:
allowedEmails
string[]
createdAt
string<date-time>
Example:
updatedAt
string<date-time>
Example:
projectId
string
Example:
isPublic
boolean
Example:
isActive
boolean
Example:
isArchived
boolean
Example:
isRecord
boolean
Example:
domain
string
Example:
utm_source
string | null
utm_medium
string | null
utm_campaign
string | null
utm_term
string | null
utm_content
string | null
ref
string | null
ios
string | null
android
string | null
tagId
string | null
createdSessionId
string | null
_count
object
qrcode
object[]
createdBy
object