Environments
The following environments are supported:
Environment | Domain | Description |
---|---|---|
Staging | stg.api.bazaarvoice.com/ | Used while developing your application. |
Production | api.bazaarvoice.com/ | Used when your application is complete. |
Submitting a right of access request
Create a new accessRequests
resource to request information about an end user. Note that you cannot submit a right of access request for an end user if an existing Right of Access or Right to be Forgotten request for the same end user is still pending.
HTTP POST is required.
POST https://[stg.]api.bazaarvoice.com/privacy/v1/accessRequests?passkey={PRIVACY_API_PASSKEY} HTTP/1.1
Content-Type: application/json
Authorization: Bearer {ACCESS_TOKEN}
…
{
"emailAddress": "[email protected]",
"authorId": "12345678",
"clientNames": [
"Client-EN_GB",
"Client-DE_DE"
]
}