Search and retrieve Wallet Passes 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 fieldsBearer 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 passes by name (case-insensitive)
255Pagination cursor for fetching the next set of results. Use the 'cursor' value from the previous response.
Number of passes to return per page (1-20, max 20)
1 <= x <= 20Include pass asset URLs (images) in the response
Return only basic pass information (summary mode)
Filter by specific pass ID
^[a-zA-Z0-9-_]+$Filter by a list of pass IDs
Exact search by pass name (case-sensitive)
255Filter passes by status. Multiple values allowed.
Draft, Published