Search and filter wallet pass notifications
Passport - Push Notifications
Search and filter wallet pass notifications
Search and retrieve wallet pass notifications with optional filtering and pagination.
Features:
- Search notifications by name using keyword query (case-insensitive)
- Filter by notification status (Draft, Scheduled, Processing, Published, Failed)
- Filter by specific wallet pass serial numbers
- Pagination support with cursor-based navigation
- Option to include pass template data in response
- Option to include link click statistics
Pagination:
- Use
cursorparameter for next page navigation limitcontrols page size (default: 20, max: 20)- Response includes
itemsarray,cursor, andhasMorefields
Status Values:
Draft: Notification created but not yet ready for deliveryScheduled: Notification scheduled for future delivery (processed every 15 minutes)Processing: Notification currently being sent or sent immediately upon creationPublished: Notification successfully delivered to all recipientsFailed: Notification delivery failed due to errors
GET
Search and filter wallet pass notifications
Authorizations
Bearer token authentication
Headers
Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user
Pattern:
^[a-zA-Z0-9-_]+$Query Parameters
Search keyword to filter notifications by name (case-insensitive)
Maximum string length:
255Pagination cursor for fetching the next set of results. Use the 'cursor' value from the previous response.
Number of notifications to return per page (1-20, max 20)
Required range:
1 <= x <= 20Filter by specific wallet pass serial numbers
Pattern:
^[a-zA-Z0-9-_]+$Filter notifications by status. Multiple values allowed.
Available options:
Draft, Scheduled, Processing, Published, Failed Filter by notification ID list