Skip to main content
GET
/
api
/
templates
/
ticket-url
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/templates/ticket-url \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": "<string>"
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Query Parameters

orderId
number
required

Response

200 - application/json

Successful response

data
string
required