Introduction
API Reference
- Auth
- Events
- ListRates
- Lists
- Locations
- Organizations
- Payments
- TicketRates
- Tickets
- Webhook Endpoints
Webhooks
- Introduction
- Events
Get all events
Get all events
curl --request GET \
--url https://channels-service-alpha.fourvenues.com/events \
--header 'X-Api-Key: <api-key>'
{
"data": [
{
"_id": "abcdefghi1234567890",
"name": "Monday Night",
"slug": "monday-night",
"description": "Lorem ipsum",
"display_date": "2023-12-31T00:00:00.000Z",
"start_date": "2024-01-01T00:00:00.000Z",
"end_date": "2024-01-01T06:00:00.000Z",
"organization_id": "abcdefghi1234567890",
"age": "18",
"image_url": "https://somecdn.com/random-hash",
"outfit": "casual",
"ambiences": [
"alternative"
],
"music_genres": [
"bachata"
],
"artists": [
{
"name": "C. Tangana",
"image_url": "https://somecdn.com/random-hash"
}
],
"location_id": "locAbcdefghi1234567890",
"location": {
"unic_id": "orgAbcdefghi1234567890-locAbcdefghi1234567890",
"location_id": "5e4f4b1b1f6b4b001f6b4b001",
"organization_id": "5e4f4b1b1f6b4b001f6b4b001",
"name": "Valencia",
"address": "Carrer de Salamanca",
"number": "43",
"city": "Valencia",
"country": "Spain",
"full_address": "Carrer de Salamanca, 43, Valencia, Spain",
"latitude": 39.4651339,
"longitude": -0.3658872,
"timezone": "Europe/Madrid"
},
"ticket_rates": [
{
"_id": "abcdefghi1234567890",
"organization_id": "abcdefghi1234567890",
"event_id": "abcdefghi1234567890",
"name": "General Access",
"slug": "general-access",
"valid_from": "2022-01-01T00:00:00.000Z",
"complete": false,
"type": "limited",
"show_all_prices": true,
"prices": [
{
"_id": "1643064796675",
"name": "Early Bird",
"price": 12,
"valid_until": "2022-01-01T00:00:00.000Z",
"quantity": 0,
"fee_type": "percentage",
"fee_quantity": 10,
"includes": "1 Drink",
"additional_info": "Only valid before 2:00 am."
}
],
"supplements": [
{
"_id": "1643064796675",
"label": "1 Copa",
"price": 12,
"has_fake_price": false,
"fake_price": 15
}
],
"available": true,
"current_price": {
"_id": "1643064796675",
"name": "Early Bird",
"price": 12,
"valid_until": "2022-01-01T00:00:00.000Z",
"quantity": 0,
"fee_type": "percentage",
"fee_quantity": 10,
"includes": "1 Drink",
"additional_info": "Only valid before 2:00 am."
},
"warranty": {
"enabled": true,
"percentage": 20,
"hours": 12
},
"availability": {
"sold": 10,
"available": 90
},
"min": 1,
"max": 10,
"questions": [
{
"_id": "1643064796675",
"label": "¿How did you hear about us?",
"type": "dropdown",
"required": true,
"items": [
"Instagram",
"Appear"
]
}
]
}
],
"iframe": {
"tag_url": "https://fourvenues.com/assets/org-slug/event-code",
"script_url": "https://fourvenues.com/assets/iframe/org-slug/event-code"
}
}
],
"success": true
}
Authorizations
Query Parameters
Filter the events by organization id.
Filter the events by start date.
Filter the events by end date.
Populates the events with the options given separated by comma.<br>Populate options:<br>   -'*': All populators<br>   -'ticket-rates': Ticket Rates
Each word in search must be in the events name to return it.<br>Example if an event name is 'Fourvenues New Disco' and we search for 'fourven disc' the event should be returned.
Filter the events by location id.
Filter by zone radius. Latitude of the center radius. This field is required if lng or radius are pass.
Filter by zone radius. Longitude of the center radius. This field is required if lat or radius are pass
Filter by zone radius. Radius of the zone to search in kilometers (Max 500). This field is required if lng or lat are pass
Limit the number of events returned.
Offset the events returned.
Response
Unique identifier of the event.
"abcdefghi1234567890"
Name of the event.
"Monday Night"
Slug of the event.
"monday-night"
Description of the event.
"Lorem ipsum"
Minimum age.
"18"
Dresscode of the event.
free
, casual
, formal
, black-tie
, smart
"casual"
Ambience of the event.
lgtbiqplus
, alternative
, erasmus
, international
, underground
, university
, urban
, young
Music genre of the event.
chill
, house
, bachata
, trance
, classical
, acid-house
, acoustic
, afrobeat
, blues
, dance
, disco
, drum-and-bass
, edm
, hard-techno
, hip-hop
, hits
, indie
, jazz
, kizomba
, latin
, melodic-techno
, metal
, minimal
, old-school
, pop
, r&b
, reggae
, reggaeton
, remember
, rock
, salsa
, sing-along
, soul
, tech-house
, techno
, trap
, underground
, urban
Date that should be displayed as the date of the event.
"2023-12-31T00:00:00.000Z"
Legal start date of the event.
"2024-01-01T00:00:00.000Z"
Legal end date of the event.
"2024-01-01T06:00:00.000Z"
Unique identifier for the organization.
"abcdefghi1234567890"
Flyer of the event.
"https://somecdn.com/random-hash"
Unique identifier of the location.
"locAbcdefghi1234567890"
Complete information of an specific location. Also contains timezone information.
Unique identifier of the location inside an organization.
"orgAbcdefghi1234567890-locAbcdefghi1234567890"
Unique identifier of the location.
"5e4f4b1b1f6b4b001f6b4b001"
Unique identifier of the organization.
"5e4f4b1b1f6b4b001f6b4b001"
Location's name in the organization.
"Valencia"
Location's addresss.
"Carrer de Salamanca"
Number of the address.
"43"
Location's city.
"Valencia"
Location's country.
"Spain"
Full address of the location.
"Carrer de Salamanca, 43, Valencia, Spain"
Location's latitude.
39.4651339
Location's longitude.
-0.3658872
Location's timezone.
"Europe/Madrid"
Ticket rate organization unique identifier.
"abcdefghi1234567890"
Event unique identifier.
"abcdefghi1234567890"
Name of the ticket rate.
"General Access"
Name URL-friendly identifier.
"general-access"
Date when the ticket rate will be available for sale.
"2022-01-01T00:00:00.000Z"
If the ticket rate is marked as complete.
false
limited
, public
"limited"
Prices of the ticket rate.
A ticket rate can have one or multiple prices but only one can be active at a time.
Price of the ticket.
12
Date until the price will be available.
"2022-01-01T00:00:00.000Z"
Max number of tickets that can be purchased with this price. <br>NOTE: 0 means unlimited.
0
Content the price includes.
"1 Drink"
Additional info.
"Only valid before 2:00 am."
Unique identifier for the price.
"1643064796675"
Name of the price.
"Early Bird"
Type of the fee.
percentage
, fixed
"percentage"
Quantity of the fee.
10
Supplements of the ticket rate. Each supplement increases the price of the ticket.
Unique identifier for the supplement.
"1643064796675"
Label of the supplement.
"1 Copa"
Price of the supplement.
12
If the supplement has a fake price.
false
Fake price of the supplement.
15
If the ticket rate is available.
true
Minimum number of tickets that can be purchased in a single order.
1
Maximum number of tickets that can be purchased in a single order.
10
Questions of the ticket rate.
Unique identifier for the question.
"1643064796675"
Label of the question.
"¿How did you hear about us?"
text
, dropdown
"dropdown"
If the question is required.
true
Options of the question.
["Instagram", "Appear"]
Ticket rate unique identifier.
"abcdefghi1234567890"
If the ticket rate is configured to show all prices.
true
Current price available of the ticket rate.
Price of the ticket.
12
Date until the price will be available.
"2022-01-01T00:00:00.000Z"
Max number of tickets that can be purchased with this price. <br>NOTE: 0 means unlimited.
0
Content the price includes.
"1 Drink"
Additional info.
"Only valid before 2:00 am."
Unique identifier for the price.
"1643064796675"
Name of the price.
"Early Bird"
Type of the fee.
percentage
, fixed
"percentage"
Quantity of the fee.
10
If the warranty is enabled.
true
Cost of the warranty (applying the percentage to the final price of the ticket).
20
Hours before the event the warranty can be used.
12
The URL of iframe in order to put it on the iframe tag (not auto-resizable).
"https://fourvenues.com/assets/org-slug/event-code"
The URL of script in order to put it as an script (auto-resizable).
"https://fourvenues.com/assets/iframe/org-slug/event-code"
curl --request GET \
--url https://channels-service-alpha.fourvenues.com/events \
--header 'X-Api-Key: <api-key>'
{
"data": [
{
"_id": "abcdefghi1234567890",
"name": "Monday Night",
"slug": "monday-night",
"description": "Lorem ipsum",
"display_date": "2023-12-31T00:00:00.000Z",
"start_date": "2024-01-01T00:00:00.000Z",
"end_date": "2024-01-01T06:00:00.000Z",
"organization_id": "abcdefghi1234567890",
"age": "18",
"image_url": "https://somecdn.com/random-hash",
"outfit": "casual",
"ambiences": [
"alternative"
],
"music_genres": [
"bachata"
],
"artists": [
{
"name": "C. Tangana",
"image_url": "https://somecdn.com/random-hash"
}
],
"location_id": "locAbcdefghi1234567890",
"location": {
"unic_id": "orgAbcdefghi1234567890-locAbcdefghi1234567890",
"location_id": "5e4f4b1b1f6b4b001f6b4b001",
"organization_id": "5e4f4b1b1f6b4b001f6b4b001",
"name": "Valencia",
"address": "Carrer de Salamanca",
"number": "43",
"city": "Valencia",
"country": "Spain",
"full_address": "Carrer de Salamanca, 43, Valencia, Spain",
"latitude": 39.4651339,
"longitude": -0.3658872,
"timezone": "Europe/Madrid"
},
"ticket_rates": [
{
"_id": "abcdefghi1234567890",
"organization_id": "abcdefghi1234567890",
"event_id": "abcdefghi1234567890",
"name": "General Access",
"slug": "general-access",
"valid_from": "2022-01-01T00:00:00.000Z",
"complete": false,
"type": "limited",
"show_all_prices": true,
"prices": [
{
"_id": "1643064796675",
"name": "Early Bird",
"price": 12,
"valid_until": "2022-01-01T00:00:00.000Z",
"quantity": 0,
"fee_type": "percentage",
"fee_quantity": 10,
"includes": "1 Drink",
"additional_info": "Only valid before 2:00 am."
}
],
"supplements": [
{
"_id": "1643064796675",
"label": "1 Copa",
"price": 12,
"has_fake_price": false,
"fake_price": 15
}
],
"available": true,
"current_price": {
"_id": "1643064796675",
"name": "Early Bird",
"price": 12,
"valid_until": "2022-01-01T00:00:00.000Z",
"quantity": 0,
"fee_type": "percentage",
"fee_quantity": 10,
"includes": "1 Drink",
"additional_info": "Only valid before 2:00 am."
},
"warranty": {
"enabled": true,
"percentage": 20,
"hours": 12
},
"availability": {
"sold": 10,
"available": 90
},
"min": 1,
"max": 10,
"questions": [
{
"_id": "1643064796675",
"label": "¿How did you hear about us?",
"type": "dropdown",
"required": true,
"items": [
"Instagram",
"Appear"
]
}
]
}
],
"iframe": {
"tag_url": "https://fourvenues.com/assets/org-slug/event-code",
"script_url": "https://fourvenues.com/assets/iframe/org-slug/event-code"
}
}
],
"success": true
}