Skip to main content
GET
/
api
/
templates
/
wallet-passes
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/templates/wallet-passes \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": {
    "orderId": 123,
    "passes": {
      "google": [
        {
          "status": "fulfilled",
          "ticketId": 123,
          "url": "<string>"
        }
      ],
      "apple": [
        {
          "status": "fulfilled",
          "ticketId": 123,
          "url": "<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
object
required