GET
/
bookings
curl --request GET \
  --url https://api-alpha.fourvenues.com/integrations/bookings/ \
  --header 'integration_id: <api-key>' \
  --header 'secret: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "_id": "jl830v6km000pcwrxge2757vyrfpqEsq",
      "channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx",
      "code": "XLLF3W73D",
      "commentary_client": "I want the biggest VIP table.",
      "commentary_reserve": "Preferred table for that client is 10.",
      "date": "2022-09-15T23:00:00.000Z",
      "deposit": 0,
      "deposit_method": "online",
      "deposit_paid": 0,
      "duration": 7200,
      "enter": 0,
      "event_id": "nl830t4mw0001cwrxbbg0226j4MgmEUG",
      "event_name": "Saturday Night",
      "for": 5,
      "gender_group": "boys",
      "hour": "2:00",
      "name": "Sergio Centeno Pérez",
      "phone": "+34666666666",
      "price": 0,
      "rate_slug": "",
      "referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL",
      "refunded": 0,
      "space_id": "",
      "space_name": "S1",
      "status": "accepted",
      "walkin": true,
      "zone_name": "Terraza",
      "zone_slug": "1658138633506",
      "invoice_reference": "EV24T-TOX2-0000215",
      "corrective_invoice_references": [
        "EV24T-COR-H58Z-0000002",
        "EV24T-COR-H58Z-0000003"
      ]
    }
  ]
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Query Parameters

date
string

Date of event (ISO 8601).

space_name
string

Space name.

Response

200
application/json
HTTP OK
success
boolean
Example:

true

data
object[]

Array of Booking