Skip to main content
GET
/
api
/
quicklinks
/
{quicklinkId}
Get Quicklink
curl --request GET \
  --url https://api.cludo.com/api/quicklinks/{quicklinkId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "url": "<string>",
  "websiteid": 123,
  "id": 123,
  "terms": [
    {
      "name": "<string>"
    }
  ],
  "brokenLinksFoundAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://cludo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.

Path Parameters

Numeric id of an existing quicklink.

Response

Quicklink details.

url
string
required

Destination when the user selects this quicklink.

websiteid
integer
required

Engine this quicklink belongs to.

id
integer

Quicklink ID (assigned by server on create).

terms
object[]

All trigger phrases for this shortcut.

Managed by the Cludo backend; informational only.