Passslot icon

Passslot

Apple Wallet pass service for passes, pass types, scanners, and pass distribution metadata.

Covers ticketing and loyalty apps that create scanners, browse pass types, and list passes filtered by type for distribution.

Sign in to connect Passslot

Sign in to connect an account and start using Passslot in your apps.

Example Use Cases

These are example ways Snow can use Passslot when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Scanner

Tool to create a new scanner in Passslot. Use when you need to create a PassVerifier or Browser type scanner. Your app key must have full access to manage scanners. If fullAccess is false, provide allowedTemplates array.

Delete Scanner

Tool to delete a scanner by ID. Use when you need to remove a scanner from the system. Requires full access app key to manage scanners.

Get Pass Types

Tool to list all available pass types. Use when you need to retrieve supported pass-type identifiers before creating passes.

Get Passes by Pass Type

Tool to list Wallet passes, optionally filtered by a Pass Type ID. If passtype_id is provided, returns passes for that specific pass type. If passtype_id is not provided, returns all passes.

Get Scanner

Tool to retrieve details of a specific scanner. Use when you need to get information about a scanner by its ID. Requires app key with full access to manage scanners.

List Scanners

Tool to retrieve a list of all scanners. Use when you need to list all configured scanners. Your app key must have full access to manage scanners.

List Templates

Tool to retrieve a list of all pass templates. Use when you need to see available templates for creating passes.

Update Scanner

Tool to update a scanner's configuration. Only name, fullAccess, and allowedTemplates can be updated. Use when you need to modify scanner permissions or rename a scanner. Your app key must have full access to manage scanners.