cURL
curl --request GET \ --url https://channels-service-alpha.fourvenues.com/ticket-rates/{id}/pricing-info \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "price_id": "priceabcde12345", "ticket_type_id": "abcde12345", "price": 10, "fee_type": "percentage", "fee_quantity": 7 } ], "success": true }
Get ticket rate pricing info by id
Documentation IndexFetch the complete documentation index at: https://docs.fourvenues.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt
Use this file to discover all available pages before exploring further.
Ticket rate id
"abcde12345"
Quantity of tickets to retrieve the pricing information
2
OK
Show child attributes