Passslot
Passslot

PassSlot is a service that simplifies the creation, design, and distribution of Apple Wallet passes, including coupons, store cards, event tickets, membership cards, and boarding passes.

Completely Secure
123547VIEWS
2123USERS

Tools

1 of 2

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 Passes

Tool to retrieve descriptions of all created Wallet passes. Use when you need to list all existing passes. Returns an array of pass objects with serialNumber and passType fields.

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 Pass Types

Tool to list all available pass types. Use when you need to retrieve supported pass-type identifiers before creating 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.