Get wallet install status

View as Markdown

Reports whether the customer’s loyalty pass is currently installed: true when an Apple Wallet device registration exists for the pass, or a Google Wallet loyalty object has been saved and not deleted. Use it to decide whether to offer an install link.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customerIdstringRequired

Perkss customer id (UUID) — the id returned by customer create/list.

Response

installedboolean

True when the loyalty pass is installed in Apple Wallet (APNS device registration present) or Google Wallet (loyalty object saved and not deleted).

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
503
Service Unavailable Error