Create a new Apple Wallet

POST /widget/wallet/apple-wallet/create-wallet

Responses

  • 200 application/vnd.apple.pkpass

    Returns apple wallet pass.pkpass file

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
    • message string
  • 403

    Forbidden - You don't have permission to access this route

POST /widget/wallet/apple-wallet/create-wallet
curl \
 --request POST 'https://domain.tld/api/v2/widget/wallet/apple-wallet/create-wallet' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthorized."
}