Repwyn
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

ParameterDescription
date_fromInclusive lower calendar date (YYYY-MM-DD) for the column chosen by date_key, defaulting to created_at when omitted.
date_toInclusive upper calendar date, same rules as date_from.
date_keyWhich review date column to filter and sort by. Possible values: created_at, replied_at, updated_at. Defaults to created_at.
location, source, tag, scoreStandard filters, each accepting one or more values.

Response

Standard success envelope, with review fields flattened into data like other list resources.

FieldDescription
successWhether the request completed successfully.
statusApplication-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.