Get Orders
Retrieve a list of orders.
Receive a list of orders with optional filtering capabilities based on custom metadata provided when originally creating orders.
This allows users to filter orders based on custom data associated with each order, such as a loan or customer identifier.
Passing Metadata in Filters
You can pass metadata as part of the filters
query parameter in the request. The metadata is structured as key-value pairs, allowing you to search for orders based on specific metadata fields that were set during order creation.
This will return orders where the metadata contains "key1": "value1"
. Multiple metadata filters can be combined to refine the search.
The response also supports pagination to navigate through large sets of orders.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
x >= 1
1 <= x <= 200
1 - 100
1 - 50
Response
The response is of type object
.