Skip to main content
POST
Export reviews as CSV

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Body

application/json
from
string
required

RFC 3339 timestamp or YYYY-MM-DD (midnight UTC), inclusive.

Example:

"2026-09-01"

to
string
required

RFC 3339 timestamp or YYYY-MM-DD (midnight UTC), exclusive. At most 366 days after from.

Example:

"2026-10-01"

status
enum<string>
Available options:
open,
waiting_on_customer,
awaiting_approval,
closed

Response

The CSV file.

The response is of type string.