GET
/
lists
/
by-code
/
{code}
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/lists/by-code/{code} \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "_id": "1683803249490",
    "men": 2,
    "women": 1,
    "no_gender": 0,
    "price": 50
  },
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

code
string
required

List QR code

Response

200
application/json
OK
data
object
success
boolean