Api Documentation

QR code scans

Qr code scan
Json
XML
GET https://api.bundeling.com/V2/qr_code_scans

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "data": [
        {
            "uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
            "qrcode_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "user_uuid": "fcd46e8e32124c05a1cc9f831f166784",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}