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

Authorizations

api-key
string
header
required

Query Parameters

query
string

query is used to do text search by Pass name case insensitive

cursor
integer
default:0

Zero based page index

limit
integer
default:20

The size of the page to be returned

includePassAssets
boolean
default:true

if passed true, results will include the links of the Pass images

summary
boolean
default:false

if passed true, only Pass basic info will be returned

id
string

filter by Pass id

passName
string

query is used to do exact search by Pass name

status
string[]

filter by status list: Draft, Published

Response

200
application/json

Success

The response is of type object.