Browse docs
Reviews
GET https://api.repwyn.app/account/reviews
Retrieve reviews collected across your account's connected sources, with facet, source, location, score, and tag filters, optional sorting by rating or timestamp, and calendar bounds on a chosen review date column.
Authentication
Bearer authentication header of the form Bearer <token>.
Query Parameters
| Parameter | Description |
|---|---|
date_from | Inclusive lower calendar date (YYYY-MM-DD) for the column chosen by date_key, defaulting to created_at when omitted. |
date_to | Inclusive upper calendar date, same rules as date_from. |
date_key | Which review date column to filter and sort by. Possible values: created_at, replied_at, updated_at. Defaults to created_at. |
location, source, tag, score | Standard filters, each accepting one or more values. |
Response
Standard success envelope, with review fields flattened into data like other list resources.
| Field | Description |
|---|---|
success | Whether the request completed successfully. |
status | Application-level status code mirroring the HTTP status on success. |
Example Request
GET /account/reviews HTTP/1.1
Host: api.repwyn.app
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
For the full, current set of endpoints (Customers, Asks, Charges, Locations, Messages, Share Templates, Sources, Tags), see the API Reference overview and the live interactive reference in your Repwyn dashboard.