Skip to main content
GET
/
api
/
orders
/
{orderId}
/
ticket-url
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/orders/{orderId}/ticket-url \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": {
    "ticketUrl": "<string>"
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Path Parameters

orderId
number
required

Response

200 - application/json

Successful response

data
object
required