Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request GET '/load_orders/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"state": "string",
"state_label": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"submitted_at": null,
"completed_at": null,
"due_date": null,
"is_cancellable": true,
"customer": null,
"description": null,
"invoice_reference": null,
"cost_center": null,
"payment_method": null,
"note_label": null,
"total_load_fee": null,
"total_load": null,
"total": null,
"voucher_category": "mixed",
"scheduled_load_order_id": null,
"entries": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"ordered_at": null,
"completed_at": null,
"state": "open",
"state_label": "string",
"voucher": null,
"amount": null
}
],
"invoice": null
}
}