cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/tickets-rates/future-events-supplement-labels \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "supplement_labels": [ "bus", "fast-pass" ] } }
Get all the labels of the supplements configured in rates from future events.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
HTTP OK
true
Show child attributes