The Bazaarvoice Privacy API provides a secure HTTP interface for integrating Bazaarvoice into your General Data Protection Regulation (GDPR) compliance workflow.

Right of Access

Method
Description

POST

Create Access Request

https://stg.api.bazaarvoice.com/privacy/v1/accessRequests

Create a new 'accessRequests' resource to request information about an end-user. Read more.

GET

Get single Access Request

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

Returns a single 'accessRequest' resources. Read more.

GET

Get all Access Requests

https://stg.api.bazaarvoice.com/privacy/v1/accessRequests

Returns a collection of all available 'accessRequests' resources available to the user identified by the Authorization header. Read more.

Right to be Forgotten

Method
Description

GET

Get single Forget Request

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

Returns a single 'forgetRequestId' resources. Read more.

POST

Create Forget Request

https://stg.api.bazaarvoice.com/privacy/v1/forgetRequests

Create a new forgetRequests resource to trigger the deletion of an end-user's data. Read more.

GET

Get all Forget Requests

https://stg.api.bazaarvoice.com/privacy/v1/forgetRequests

Returns a collection of all available forgetRequests resources available to the user identified by the Authorization header. Read more.