GET /wallet/passes/{passId}/installUrl/{contactId}

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.

Servers

Path parameters

Name Type Required Description
passId String Yes

Pass ID. The unique identifier of the wallet pass for which to generate an installation URL.

contactId Integer Yes

The Brevo contact ID the installation URL is generated for.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.