GET
/
wallet-pass-location
/
{locationId}
Get a Pass location
curl --request GET \
  --url https://api.ubpass.co/v1/wallet-pass-location/{locationId} \
  --header 'api-key: <api-key>'
{
  "name": "Main Store",
  "enabled": true,
  "latitude": 37.7749,
  "longitude": -122.4194,
  "relevantText": "You are near Main Store!",
  "passSerialNumber": "pass-123"
}

Authorizations

api-key
string
header
required

Path Parameters

locationId
string
required

Response

200
application/json

Success

The response is of type object.