curl --request GET \
--url https://api.example.com/api/v1/clients/{client_id}/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{
"orderNumber": "<string>",
"quantity": 123,
"totalValue": 123,
"status": "<string>",
"poReference": "<string>",
"orderDate": "<string>",
"styles": "<string>",
"deliveryDate": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}curl --request GET \
--url https://api.example.com/api/v1/clients/{client_id}/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{
"orderNumber": "<string>",
"quantity": 123,
"totalValue": 123,
"status": "<string>",
"poReference": "<string>",
"orderDate": "<string>",
"styles": "<string>",
"deliveryDate": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
x >= 11 <= x <= 100Comma-separated statuses
Search order # or style