GET
/
links
/
count
Retrieve links(QR codes) count
curl --request GET \
  --url https://api.supaqr.com/links/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

domain
string

The domain to filter the links(QR codes) by.

Minimum length: 1

The link(QR code) type to filter the links(QR codes) by.

Available options:
link,
document,
file,
vcard,
landing-page,
google-form,
menu,
app-stores,
image,
audio,
video,
wi-fi,
email,
map,
whatsapp,
text,
sms,
svg,
code
tagIds
string[]

The tag IDs to filter the links(QR codes) by.

Required array length: 1 - 50 elements

The search term to filter the links(QR codes) by. The search term will be matched against the short link slug and the destination data.

Required string length: 1 - 200
userIds
string[]

The user ID to filter the links(QR codes) by.

Required array length: 1 - 100 elements
showArchived
boolean
default:false

Whether to include archived links(QR codes) in the response.

Response

200
application/json

The response is of type object.