Search and retrieve wallet pass notifications with optional filtering and pagination.
Features:
Pagination:
cursor parameter for next page navigationlimit controls page size (default: 20, max: 20)items array, cursor, and hasMore fieldsStatus 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 errorsBearer token authentication
Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user
^[a-zA-Z0-9-_]+$Search keyword to filter notifications by name (case-insensitive)
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)
1 <= x <= 20Filter by specific wallet pass serial numbers
^[a-zA-Z0-9-_]+$Filter notifications by status. Multiple values allowed.
Draft, Scheduled, Processing, Published, Failed Filter by notification ID list