List fraud reviews

Retrieve a paginated list of all fraud reviews. List can be filtered by status, created or redeemed at dates.

Query Params
integer
≥ 0

Offsets the returned list by the given number of records. The returned fraud reviews are ordered (and offsetted) by their redemption date (DESC).

integer
1 to 100

Limits the number of fraud reviews listed. The default value is 10.

string
enum

Filters fraud reviews by status. Can be flagged, blocked or released.

Allowed:
string

Return results where the created_at field is >= to the supplied value. Expects an ISO 8601 datetime.

string

Return results where the created_at field is <= to the supplied value. Expects an ISO 8601 datetime.

string

Return results where the redeemed_at field is >= the supplied value. Expects an ISO 8601 datetime.

string

Return results where the redeemed_at field is <= the supplied value. Expects an ISO 8601 datetime.

Responses

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