QR Code List

Retrieve a list of all QR codes you've previously generated. This allows you to track and manage your QR codes, including their URLs and expiration dates.

Endpoint

List all QR codes in your account

GEThttps://api.xtartapp.com/utils/qr-code

*Authentication

You must use a Bearer token provided by the dashboard to use for authentication. Add the token to the Authorization header.

Request body

NameTypeRequiredMaxDescription
pagenumberNo-Page number for pagination (defaults to 1)

Response

NameTypeDescription
dataarrayArray of QR code objects, max 25 items is returned
data[].qrCodestringURL to access the QR code image
data[].qrKeystringUnique identifier for the QR code, used for management operations
data[].expiresAtstringThe expiration date of the QR code in ISO 8601 format
data[].scansnumberThe number of scans for the QR code
metadataobjectMetadata about the QR code list request
metadata.costnumberThe cost of the QR code list request

Errors

{
  "error": "string", 
  "code": "string"
}
HTTP StatusError CodeMessage
400INVALID_PAYLOADOccurs when the payload is invalid.
400INVALID_REQUESTThe request is invalid or contains an invalid parameter.
400UTILS_QR_CODE_ERRORError during QR code retrieval process.
400INSUFFICIENT_BALANCEThe user has insufficient balance to perform this operation.
401UNAUTHORIZEDThe token is invalid or missing.
429TOO_MANY_REQUESTSThe request limit has been reached.