Skip to main content
POST
Get Competitor Reviews

Headers

Accept
string

e.g. application/json

x-api-key
string

e.g. [Required] Partner specific API key provided by Birdeye for data exchange.

Query Parameters

sindex
integer
required

Start index of the reviews.

count
integer
required

Number of reviews to query.

isCompetitor
boolean
required

True for Competitor Review.

Body

application/json
fromDate
string

Review date (start) in UTC format.

toDate
string

Review date (end) in UTC format.

updateFromDate
string

Review updated date (start) in UTC format.

updateToDate
string

Review updated date (end) in UTC format.

sources
string

Aggregation source name Note: use "our_website" to filter reviews posted on Birdeye platform or use "direct_feedback" for direct feedback.

ratings
any[]

Review rating Possible values 0,1,2,3,4,5.

searchStr
string

String that is contained by review.

subBusinessIds
any[]

BusinessIds under enterprise account.

statuses
any[]

Review status. Valid values are "published","parked","all". Default is "published" only. Status “published” refers to featured reviews, while “parked” refers to non-featured reviews.

Response

OK