List order
GET
/api/v1/public/orders/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/orders/list?page=1&page_size=5&created_from=1719203604&created_to=1719853199&status_group&type_filter&keyword' \
--header 'Authorization;'
Response Response Example
{}
Request
Query Params
page
integer
optional
Example:
1
page_size
integer
optional
Example:
5
created_from
string
required
Example:
1719203604
created_to
string
required
Example:
1719853199
status_group
string
optional
type_filter
string
optional
keyword
string
optional
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}