cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/passes-rates/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "plryuiyps0006msyw2pri1tem1LpJwSx", "organizaiton_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx", "event_id": "Mjo4f9o9h01fdjvmmrgn9aoh4s5IBHzX", "slug": "general-access", "name": "General Access", "options": [ { "_id": "PrbxvjKCVsv9LjzOB4uWE5KfWGrpvxl3", "additional_info": "Valid only for erasmus.", "price": 10, "content": "", "from": 0, "until": 27000 } ], "beneficiaries": 1, "updated_at": "2022-09-15T23:00:00.000Z", "created_at": "2022-09-15T23:00:00.000Z" } ] }
Get all the rates of passes 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