Skip to main content
GET
List location financial orders

Authorizations

x-api-key
string
header
required

Location/organization API key.

Path Parameters

location_id
string
required

Query Parameters

limit
integer
default:10

Page size (1–100).

Required range: 1 <= x <= 100
starting_after
string

Return the next page after this financial order id.

ending_before
string

Return the preceding page before this financial order id.

created_after
string<date-time>

Include orders created at or after this ISO 8601 timestamp.

created_before
string<date-time>

Include orders created at or before this ISO 8601 timestamp.

Response

A paginated financial order export.

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
url
string
required