cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/tickets-rates/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "el7yuiyep0006msyw2pri1tem1LpJwSc", "name": "General Access", "options": [ { "_id": "Ey45vjKCVsv9LjzOB4uWE5KfWGrpvVz8", "additional_info": "Valid only for erasmus.", "age": 18, "content": "1 drink", "max_quantity": 1000, "price": 10, "until": 0 } ], "slug": "general-access" } ] }
Get all the rates of tickets given a event.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Event identifier.
HTTP OK
true
Array of tickets rates
Show child attributes
Unique ID of the ticket rate.
"el7yuiyep0006msyw2pri1tem1LpJwSc"
Name of the rate.
"General Access"
Unique ID of the option rate.
"Ey45vjKCVsv9LjzOB4uWE5KfWGrpvVz8"
Additional info.
"Valid only for erasmus."
Min age of the option.
x >= 0
18
Content that the option includes.
"1 drink"
Max quantity of tickets the client can buy the option.
1000
Price of the option.
10
Relative seconds from start of the event (start) the client can buy the option.
0
Slug of the rate.
"general-access"