Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location -g --request GET '/unload_orders//entries?sort&skip_meta_totals&page[number]&page[size]' \
--header 'Authorization: Bearer <token>'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"created_at": null,
"updated_at": null,
"ordered_at": null,
"completed_at": null,
"state": "open",
"voucher": null,
"amount": null,
"minimum_unload_amount": null,
"available_balance": null,
"unloaded_amount": null,
"unload_fee": null
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}