Skip to main content
GET
/
workspaces
/
{url}
/
links
Get workspace links
curl --request GET \
  --url https://api.reqlick.com/workspaces/{url}/links \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "1110580a82031111aaa01111",
    "documentId": "1110580a82031111aaa01111",
    "url": null,
    "key": "try-reqlick",
    "expiresAt": null,
    "isFile": true,
    "isQR": false,
    "title": "Reqlick title",
    "description": "Reqlick description",
    "image": "image.png",
    "createdAt": "2024-06-05T12:55:41.946Z",
    "updatedAt": "2024-06-05T12:55:41.946Z",
    "isPublic": true,
    "isActive": true,
    "isArchived": false,
    "domain": "rqk.sh",
    "utm_source": null,
    "utm_medium": null,
    "utm_campaign": null,
    "utm_term": null,
    "utm_content": null,
    "ref": null,
    "ios": null,
    "android": null,
    "views": 1,
    "isProtected": false,
    "createdBy": {
      "name": "<string>",
      "image": "https://example.com/reqlick.logo",
      "id": "1110580a82031111aaa01111"
    },
    "shortLink": "https://rqk.sh/try-reqlick"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

url
string
required

Response

id
string
Example:
documentId
string
Example:
url
string | null
Example:
key
string
Example:
expiresAt
string<date-time> | null
Example:
isFile
boolean
Example:
isQR
boolean
Example:
title
string
Example:
description
string
Example:
image
string
Example:
createdAt
string<date-time>
Example:
updatedAt
string<date-time>
Example:
isPublic
boolean
Example:
isActive
boolean
Example:
isArchived
boolean
Example:
domain
string
Example:
utm_source
string | null
Example:
utm_medium
string | null
Example:
utm_campaign
string | null
Example:
utm_term
string | null
Example:
utm_content
string | null
Example:
ref
string | null
Example:
ios
string | null
Example:
android
string | null
Example:
views
integer
Example:
isProtected
boolean
Example:
createdBy
object
Example: