Skip to main content
GET
Lists the account’s soft-deleted QR Codes — everything that has been through Delete a QR Code but not yet permanently removed.
Supports the same search, category, tags, type, and ordering parameters as List QR Codes.
The trash shape extends the minimal listing shape rather than the full one. Notably it adds deleted (the soft-deletion timestamp), the nested category, tags_list, and scan_count, and reduces dynamic_url_object to just {"has_qr": ...}.
Only the calling account’s soft-deleted rows are ever returned.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Query Parameters

Free-text search, same fields as the main list endpoint.

category
string

Comma-separated category ids or slugs.

tags
string

Comma-separated tag names.

type
string

Comma-separated QR types: dy, st.

ordering
string

Same ordering fields as the main list endpoint.

page
integer
default:1

Page number.

page_size
integer
default:10

Results per page, maximum 100.

Response

200 - application/json

Paginated list of soft-deleted QR codes.