Skip to main content
GET
Get Trash 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.

Autorisierungen

Authorization
string
header
erforderlich

API key authentication. Enter your API key directly in the Authorization header.

Antwort

List of QR codes in trash

id
integer

QR Code ID

Beispiel:

150659

qrid
string

Unique QR code identifier

Beispiel:

"Qff950d6694c34e96"

name
string

QR code name

Beispiel:

"Deleted QR Code"

deleted_at
string<date-time>

Deletion timestamp

Beispiel:

"2023-09-12T10:46:17.919723+05:30"