GET
/
workspaces
/
{url}
/
qrcodes
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

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

Path Parameters

url
string
required

Workspace URL

Response

200
application/json
Successfully retrieved QR Codes
id
string

Link ID

Example:

"1110580a82031111aaa01111"

documentId
string | null

Document ID

url
string

Link URL

Example:

"https://reqlick.com"

key
string

Link key

Example:

"qD0ToTl"

expiresAt
string | null

Expiration date

password
string | null

Password protection

proxy
boolean

Proxy status

Example:

false

isFile
boolean

File status

Example:

false

isQR
boolean

QR code status

Example:

true

title
string

Link title

Example:

"URL Shortener, QR Codes, and File to Link | Reqlick"

description
string

Link description

Example:

"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
string

Link image URL

Example:

"https://reqlick.com/_static/thumbnail.png"

allowedEmails
string[]

List of allowed emails

createdAt
string

Creation date

Example:

"2024-07-03T16:42:26.468Z"

updatedAt
string

Last update date

Example:

"2024-07-03T16:42:26.468Z"

projectId
string

Workspace ID

Example:

"1110580a82031111aaa01111"

isPublic
boolean

Public status

Example:

true

isActive
boolean

Active status

Example:

true

isArchived
boolean

Archived status

Example:

false

isRecord
boolean

Record status

Example:

false

domain
string

Domain

Example:

"rqk.sh"

utm_source
string | null

UTM source

utm_medium
string | null

UTM medium

utm_campaign
string | null

UTM campaign

utm_term
string | null

UTM term

utm_content
string | null

UTM content

ref
string | null

Reference

ios
string | null

iOS data

android
string | null

Android data

tagId
string | null

Tag ID

createdSessionId
string | null

Created session ID

_count
object
qrcode
object[]
createdBy
object