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
Ticket rate id
"abcde12345"
Quantity of tickets to retrieve the pricing information
2
OK
The response is of type object.
object