GET
/
wallet-pass
/
notifications
/
{id}
Get push notification details
curl --request GET \
  --url https://api.ubpass.co/v1/wallet-pass/notifications/{id} \
  --header 'api-key: <api-key>'
{
  "passSerialNumber": "<string>",
  "notificationName": "<string>",
  "notificationMessage": "<string>",
  "status": "Draft",
  "scheduledTime": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

notification Id

Query Parameters

notificationStatsCursor
integer
default:0

notification stats page list cursor

notificationStatsLimit
integer
default:20

The size of the page to be returned for the notification stats

includeStats
boolean
default:false

Response

200 - */*

OK

The response is of type object.