Authorizations
API Key authentication
Headers
Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user
Path Parameters
Unique identifier of the notification to retrieve
Query Parameters
Pagination cursor for fetching the next set of notification statistics records. Use the 'cursor' value from the previous response.
x >= 0
Number of notification statistics records to return per page (1-20, max 20)
1 <= x <= 20
Include notification statistics and click tracking data
Response
Successfully retrieved wallet pass notification
Wallet pass id to which the notification belongs.
Notification name. This is will not appear on pass, it's used internally to identify the notification.
The time when the entity was created in ISO 8601 format including milliseconds and timezone offset.
"2025-05-13T15:07:15.036Z"
The time when the entity was last updated in ISO 8601 format including milliseconds and timezone offset.
"2025-05-13T15:07:15.036Z"
The user who created the entity.
The user who last updated the entity.
workspace id to which the notification belongs.
Notification message. For Apple passes, this message will be displayed on the lock screen when a notification is sent to the pass. For Google passes, this message will be displayed at the back of the pass when a notification is sent to the pass.
Notification status: Draft: Notification will not be sent until the status is changed to Scheduled or ProcessingScheduled: Notification is scheduled to be sent at a specific time. Processing: Notification is being sent. Published: Notification has been sent.Failed: Notification failed to be sent. If the status is not specified at the time of creation, it will be sent immediately.
Draft
, Initializing
, Processing
, Finalizing
, Published
, Scheduled
, AppleFailedGoogleSuccess
, AppleSuccessGoogleFailed
, Failed
Time when the notification was sent in ISO 8601 format including milliseconds and timezone offset.
Time when the notification will be sent in ISO 8601 format including milliseconds and timezone offset.
Number of active users who have received this notification on their Apple Wallets.
Number of active users who have received this notification on their Google Wallets.
Total number of active users who have received this notification on their wallets (Apple + Google).