GET/codesscope codes:read
List QR codes
| Parameter | In | Description |
|---|---|---|
| status | query | active | paused | archived |
| tag | query | Only codes with this tag |
| q | query | Name contains |
| limit | query | integer |
| offset | query | integer |
Responses: 200 Codes, newest first401 Missing or invalid key.403 The key lacks the scope this call needs.429 Rate limit: 600 requests per hour per key.
cURL
curl -X GET "https://qr-iva.com/api/v1/codes" \
-H "Authorization: Bearer $QRIVA_KEY"