{ "opencollection": "1.0.0", "info": { "name": "Wallet", "version": "1.0.0" }, "items": [ { "info": { "name": "wallet", "type": "folder" }, "items": [ { "info": { "name": "Get a pass installation URL for a contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/wallet/passes/:passId/installUrl/:contactId", "headers": [ { "name": "api-key", "value": "" } ], "params": [ { "name": "passId", "value": "", "type": "path", "description": "Pass ID. The unique identifier of the wallet pass for which to generate an installation URL." }, { "name": "contactId", "value": "", "type": "path", "description": "The Brevo contact ID the installation URL is generated for." } ] }, "docs": "Generate a wallet installation URL for a specific contact. The returned URL points to the pass installation page and encodes the pass, contact and organization identifiers as an encrypted token, so it can be shared with the contact (email, SMS, QR code, ...) to add the pass to their Apple Wallet or Google Wallet." } ] } ], "bundled": true }