Skip to main content
GET
List orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-08-21

Query Parameters

projectId
string<uuid>
required
cursor
string
Required string length: 1 - 200
limit
integer
Required range: x <= 100
financialStatus
enum<string>

OrderFinancialStatus

Available options:
pending,
paid,
failed,
refunded,
partiallyRefunded
customerEmail
string<email>

Response

List orders

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required