GET
/
lists
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/lists \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "_id": "1643064796675",
      "event_id": "1643064796675",
      "list_rate_id": "1643064796675",
      "total_men": 3,
      "total_women": 2,
      "total_no_gender": 0,
      "prices": [
        {
          "_id": "1683803249490",
          "men": 2,
          "women": 1,
          "no_gender": 0,
          "price": 50
        }
      ],
      "channel_id": "1643064796675",
      "qr_code": "P3SQ1TFSK",
      "full_name": "John Doe",
      "email": "email@email.com",
      "tags": [
        "Free drink"
      ],
      "for": 5,
      "enter": 5,
      "language": "es",
      "observations_referral": "asdfghjkl123456",
      "observations_reception": "",
      "entry_time": "2024-09-04T07:32:26.000Z",
      "raised": 153
    }
  ],
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

event_id
string

Event ID

list_rate_id
string

List rate ID

Response

200
application/json
OK
data
object[]
success
boolean