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
The response is of type object.
object