Skip to main content
GET
/
links
/
{id}
Retrieve a link by its ID
curl --request GET \
  --url https://api.reqlick.com/links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "link123",
  "key": "unique-key",
  "domain": "example.com",
  "url": "https://example.com",
  "_count": {
    "views": 100
  },
  "document": {
    "id": "doc123",
    "name": "Document Name",
    "type": "pdf",
    "file": "https://example.com/document.pdf"
  },
  "qrcode": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Query Parameters

workspace
string
required

Response

id
string
Example:
key
string
Example:
domain
string
Example:
url
string
Example:
_count
object
document
object
qrcode
object | null