Skip to main content
GET
List Review Response Drafts Route

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Query Parameters

platform
enum<string> | null
Available options:
trustpilot,
google
limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

The Responses tab's page of drafts for one brand on one platform.

Envelope mirrors BrandReviewsResponse (total/limit/offset/has_more) so the workspace pages drafts with the same vocabulary it already pages reviews with. platform echoes the filter that produced the page — absent means "every platform", which the tab never asks for but the route supports.

generated_at
string<date-time>
required
total
integer
required
limit
integer
required
offset
integer
required
has_more
boolean
required
items
BrandReviewResponseDraftListItem · object[]
required
platform
enum<string> | null
Available options:
trustpilot,
google