Skip to main content
GET
List Reviews

Authorizations

Authorization
string
header
required

All requests must include the static API Key in the Authorization header using the Bearer scheme.

Headers

Restoo-Partner-Id
string
required

Unique identifier of your Partner account (defined by Restoo).

Restoo-Account-Id
string
required

Unique identifier of the Tenant.

Query Parameters

per_page
integer
default:100

The number of results that will be returned per page

Required range: 1 <= x <= 500
Example:

100

page
integer
default:1

The page number to start the pagination from

Required range: x >= 1
Example:

1

date_end
string<date>

Return only records created at or before this date, in ISO 8601 format (YYYY-MM-DD). Must be equal to or later than date_start

Example:

"2026-12-31"

date_start
string<date>

Return only records created at or after this date, in ISO 8601 format (YYYY-MM-DD)

Example:

"2026-01-01"

updated_since
string<date-time>

Return only records updated at/on or after this timestamp, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). Useful for incremental synchronization

Example:

"2026-07-20T12:00:00"

Response

data
(AnonymizedReviewResponse · object | PrivateReviewResponse · object | PublicReviewResponse · object)[]
required
meta
object
required