POST
/
lists
curl --request POST \
  --url https://channels-service-alpha.fourvenues.com/lists \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "send_notification": false,
  "list_rate_id": "5f8d0f8b9d2b3b0017b6d8a0",
  "list": {
    "qr_code": "ABCDE12345",
    "observations_referral": "Observations...",
    "for": 5,
    "full_name": "John Doe",
    "email": "john@fourvenues.com",
    "language": "en"
  }
}'
{
  "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

Body

application/json
list_rate_id
string
required

List rate id of a list.

Example:

"5f8d0f8b9d2b3b0017b6d8a0"

send_notification
boolean
default:false

Notify the QR for list

Example:

false

list
object

Response

200
application/json
OK
data
object
success
boolean