Skip to main content
POST
/
api
/
records
/
{wm_id}
/
scan
Record a scan
curl --request POST \
  --url https://yys-sqr-render-bsbe.onrender.com/api/records/{wm_id}/scan \
  --header 'Content-Type: application/json' \
  --data '
{
  "scanner_address": "<string>"
}
'
{
  "success": true,
  "scan_count": 123
}

Path Parameters

wm_id
string
required

Body

application/json
scanner_address
string

Wallet address or identifier of the scanner

Response

200 - application/json

Scan recorded

success
boolean
scan_count
integer