GET
/
wallet-pass-location
Search Pass locations
curl --request GET \
  --url https://api.ubpass.co/v1/wallet-pass-location \
  --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 location name case insensitive

name
string

Pass location name

cursor
string

The cursor to use for pagination

limit
integer
default:20

The size of the page to be returned

passSerialNumbers
string[]

Filter locations by Pass serial numbers

id
string

The unique identifier of the Pass location

Response

200
application/json

Success

The response is of type object.