Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Bazaarvoice

Authentication & Authorization

Credentials

  • Bazaarvoice connects via OAuth 2.0 with Client Credentials Grant Flow.

  • Client ID, Client Secret credentials and API Passkey can be obtained with Bazaarvoice Developer Tools under Administration (see the DataGrail Help Docs).

  • An access token obtained with a Client Credentials grant expires. DataGrail updates the access token after it expires to keep the connection alive.

  • Publicly exposing your API credentials can allow unauthorized access to the Bazaarvoice API endpoints, and your Bazaarvoice data by a third party. DataGrail stores your API keys encrypted and protected.

Scopes

Authorization scopes let you specify exactly what type and level of access your application requires. DataGrail requests only one specific scope during the authentication process:

  • offline_access

Endpoints Utilized

  • Get and refresh access token:

    • POST https://api.bazaarvoice.com/auth/v1/oauth2/token
  • DataGrail uses the following endpoint to validate that the connection is good based on a successful response:

    • GET https://api.bazaarvoice.com/privacy/v1/accessRequests

Version

DataGrail Bazaarvoice integration currently supports API version 1 (v1).

Limits

DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).

Access

For an access request, DataGrail will take the following actions:

DataGrail also supports the Direct Contact Access workflow for Bazaarvoice integration.

Endpoints Utilized

  • POST https://api.bazaarvoice.com/privacy/v1/accessRequests

  • GET https://api.bazaarvoice.com/privacy/v1/accessRequests/{accessRequestId}

  • GET https://privacy-downloads.prod.bazaarvoice.com/uat/requests/{uniqueId}.zip

Deletion

For a deletion request, DataGrail will take the following actions:

DataGrail also supports the Direct Contact Deletion workflow for Bazaarvoice integration.

Endpoints Utilized

  • POST https://api.bazaarvoice.com/privacy/v1/forgetRequests

  • GET https://api.bazaarvoice.com/privacy/v1/forgetRequests/{forgetRequestId}

 

Need help?
If you have any questions, please reach out to your dedicated Account Manager or contact us at support@datagrail.io.

Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.