Skip to main content
GET
Retrieve all orders

Authorizations

Authorization
string
header
required

Access token

Query Parameters

page
number

page number of pagination list

Required range: x >= 1
limit
integer

Number of results per page.

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

JSON string format: {"field1":"asc", "field2":"desc"} json string in format {'field_name':'asc', 'other_field_name':'desc', ...}

Example:

"{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}"

status
string[]

array of string

user_id
string
required

user id

Response

OK

message
string
success
boolean
content
object