curl --request GET \
--url https://api.pricenow.dev/api/orders/{orderId}/ticket-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"ticketUrl": "<string>"
}
}Get the ticket url for an order. Returns an S3 presigned url to the PDF ticket.
curl --request GET \
--url https://api.pricenow.dev/api/orders/{orderId}/ticket-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"ticketUrl": "<string>"
}
}