Flag history

Paginated list of review flags whose review belongs to a store the authenticated user can access, newest flag first.

Auth: Both — authentication. Reachable (partner sees the whole account tree beneath it; account sees its own store children). If you supply store_id it must be in that accessible set, else 403 You do not have access to this store.. When the user has no accessible stores the response is { data: { data: [], total: 0 } }.

Rate limit: No rate limit.

Request

  • Query: store_id (integer, optional) — restrict to one store the user can access; rejected with 403 if not in their scope.
  • Query: flag_status (string, optional) — one of pending, denied, approved_removed, submitted_to_platform; an unknown value returns 400 Invalid flag_status value..
  • Query: review_site (string, optional) — filters by review-site name (matched against review.reviewsite.name).
  • Query: page (integer, optional) — standard paginator page; default 1.
  • Query: limit (integer, optional) — per-page size; default 20.

Response{ data. } envelope wrapping a length-aware paginator.

  • current_page / last_page / per_page / total / from / to (integers/null) — paginator meta.
  • first_page_url / last_page_url / next_page_url / prev_page_url / path (string|null) — paginator URLs.
  • links (array) — paginator link objects (url, label, page, active).
  • data (array) — ReviewFlag rows, each including review (id, store_id, review_site_id, reviewer, rate, message, review_date), review.reviewsite (id, name) and review.store (id, name, storeid, company_id).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json