GET
/
wallet-pass
/
notifications
Search for push notifications
curl --request GET \
  --url https://api.ubpass.co/v1/wallet-pass/notifications \
  --header 'api-key: <api-key>'
{
  "items": [
    {}
  ],
  "cursor": "<string>",
  "hasMore": true
}

Authorizations

api-key
string
header
required

Query Parameters

query
string

text search by notification name case insensitive

cursor
integer
default:0

Zero based page index

limit
integer
default:20

The size of the page to be returned

passSerialNumber
string[]

Pass id

status
string[]

status list: Draft, Scheduled, Processing, Published, Failed

Response

200
application/json

Success

The response is of type object.