Returns a list of Stripe Radar reviews for the authenticated partner.
Reviews are returned newest-first. Use the open filter to focus on
reviews that still need merchant action.
Documentation Index
Fetch the complete documentation index at: https://docs.withflex.com/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access this API.
Filter by review state. true returns only open reviews, false returns only closed. Omit to return both.
Filter to reviews on a specific charge.
"obj_01EXAMPLE00000000000000000"
Filter to reviews on a specific payment intent.
"obj_01EXAMPLE00000000000000000"
Filter by client_reference_id (matches the partner-supplied identifier on the underlying checkout session, when present).
Cursor for forward pagination — review id from a previous page.
"obj_01EXAMPLE00000000000000000"
Cursor for backward pagination.
"obj_01EXAMPLE00000000000000000"
Page size, between 1 and 100. Default 20.
1 <= x <= 10010
Success