iOS

Wallet / PassKit Web Service

The PassKit Web Service is a server-side HTTP contract that Wallet pass providers must implement so that Apple Wallet can register devices, enumerate pass serial numbers, fetch the latest pass version, unregister devices, and accept log messages. While Apple does not host this API itself, it specifies the exact endpoints (/v1/devices/.../registrations/..., /v1/passes/{passTypeIdentifier}/{serialNumber}, /v1/log) every provider must expose. APNs is the companion channel for pass-update notifications.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/wallet-passkit-web-service"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: ios:wallet-passkit-web-service
name: Wallet / PassKit Web Service
description: The PassKit Web Service is a server-side HTTP contract that Wallet pass providers must implement
  so that Apple Wallet can register devices, enumerate pass serial numbers, fetch the latest pass version,
  unregister devices, and accept log messages. While Apple does not host this API itself, it specifies
  the exact endpoints (/v1/devices/.../registrations/..., /v1/passes/{passTypeIdentifier}/{serialNumber},
  /v1/log) every provider must expose. APNs is the companion channel for pass-update notifications.
humanURL: https://developer.apple.com/documentation/walletpasses
tags:
- Wallets
- PassKit
- Passes
- Loyalty
- Boarding Passes
tags_raw:
- Wallet
- PassKit
- Passes
- Loyalty
- Boarding Passes
properties:
- type: Documentation
  url: https://developer.apple.com/documentation/walletpasses
- type: APIReference
  url: https://developer.apple.com/documentation/walletpasses/adding-a-web-service-to-update-passes