How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bazaarvoice Response API

The Response API lets a brand publish, edit and remove its official response to a review, and read the review and author behind a response. It authenticates with an HTTP bearer token obtained through the Bazaarvoice identity portal rather than with a passkey.

Bazaarvoice Response API is one of 17 APIs that Bazaarvoice publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reviews, Brand Response, Moderation, and Customer Service. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 9 operations across 6 paths, organized into 3 resource areas, and defines 14 schemas. It is described by OpenAPI 3.0.1, at version 1.0.1-1.

Requests are made against 2 base URLs: https://stg.api.bazaarvoice.com, https://api.bazaarvoice.com.

9 operations 6 paths 14 schemas 1 DELETE6 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.1-1
Base URL
https://api.bazaarvoice.com
Authentication
HTTP Bearer
Resource Areas
3

Authentication & Security 1

Bazaarvoice Response API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

  • BearerAuth — Part One curl -X POST 'https://identity(-stg).portal.bazaarvoice.com/api/v1/oauth2/login?clientid={{CLIENTID}}&redirecturi=http%3A%2F%2Flocalhost%3A8080' -H 'a…

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 6 GET, 1 PATCH, 1 POST. They span 3 resource areas: Author, Client Response, Review. Each is listed below with its method, path, parameters, and response codes.

Author 2
GET
/response/v1/clientResponses/{responseGuid}/relationships/author
Get a given client response record's author details
getAuthorRelationship 2 params → 200401403404
GET
/response/v1/clientResponses/{responseGuid}/author
Get a given client response record's author details
getAuthor 2 params → 200401403404
Client Response 5
GET
/response/v1/clientResponses/{responseGuid}
Get a given client response record
getClientResponse 2 params → 200401403404
DELETE
/response/v1/clientResponses/{responseGuid}
Delete a given client response record
deleteClientResponse 2 params → 204401403
PATCH
/response/v1/clientResponses/{responseGuid}
Update a given client response record
updateClientResponse 2 params body → 200400401403404
GET
/response/v1/clientResponses/{client}/reviews/{reviewId}
Get all client response records for the specified review
getClientResponseForReview 3 params → 200400401403
POST
/response/v1/clientResponses/{client}/reviews/{reviewId}
Submit a client response for a given review
createClientResponseForReview 3 params body → 200400401403
Review 2
GET
/response/v1/clientResponses/{responseGuid}/review
Get a given client response record's review details
getReview 2 params → 200401403404
GET
/response/v1/clientResponses/{responseGuid}/relationships/review
Get a given client response record's review details
getReviewRelationship 2 params → 200401403404

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are ClientResponse (7 properties), ClientResponseResponseModel (5 properties), ErrorResponse (3 properties), Error (3 properties). Each schema is shown below with its type and property counts.

AuthorData
object
2 properties
AuthorRelationship
object
2 properties
Links
object
2 properties
ClientResponse
object
The data associated with a given Client Response record
7 properties
ClientResponseRequest
object
The data associated with a given Client Response record
1 property 1 required
Error
object
Error relating to an API request
3 properties 2 required
ErrorCode
object
Error code value
1 property
ErrorResponse
object
Error Response to an API request
3 properties 3 required
ClientResponseRelationships
object
2 properties
ClientResponseResponseModel
object
5 properties
ReviewData
object
3 properties
ReviewRelationship
object
2 properties
IncorrectApiKey
string
Message describing the error associated with API
UserNotAuthorised
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bazaarvoice-response-openapi.yml Raw ↑

Other APIs Bazaarvoice publishes across the network.

Bazaarvoice Answers API
Bazaarvoice Clients API
Bazaarvoice Contributor API
Bazaarvoice Lookahead API
Bazaarvoice Questions API
Bazaarvoice Reviews API
Bazaarvoice Conversations Display API
Bazaarvoice Conversations Submission API
Bazaarvoice Response Count API
Bazaarvoice Notifications Subscriptions API
Bazaarvoice Transactions API
Bazaarvoice Product Sentiment API
Where this information came from

This is an independent, third-party profile of Bazaarvoice Response API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.