cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/lists-rates/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "plryuiyps0006msyw2pri1tem1LpJwSx", "name": "General Access", "options": [ { "_id": "PrbxvjKCVsv9LjzOB4uWE5KfWGrpvxl3", "additional_info": "Valid only for erasmus.", "age": 18, "boys": true, "from": 0, "girls": true, "price": 10, "until": 27000 } ], "slug": "general-access" } ] }
Get all the rates of lists 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