Skip to main content
GET
List trashed QR codes

Description

This endpoint returns a list of QR codes that have been deleted by the user, but are still stored in the trash folder.
QR codes in the trash can be restored or permanently deleted via respective endpoints (coming soon).

Request Parameters

This endpoint does not require any query or body parameters.

Example Response

200 OK

Returns a list of QR Codes currently in the trash.

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. management.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.