Get the pass data

GET /wallet/apple-web-service/v1/passes/{passTypeIdentifier}/{serialNumber}

Path parameters

  • passTypeIdentifier string Required

    The pass type identifier

  • serialNumber string Required

    The serial number of the pass

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

GET /wallet/apple-web-service/v1/passes/{passTypeIdentifier}/{serialNumber}
curl \
 --request GET 'https://domain.tld/api/v2/wallet/apple-web-service/v1/passes/{passTypeIdentifier}/{serialNumber}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthorized."
}