Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request GET '/card_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,
"production_started_at": null,
"delivered_at": null,
"is_cancellable": true,
"customer": null,
"description": null,
"invoice_reference": null,
"cost_center": null,
"payment_method": null,
"invoice": null,
"production_invoice": null,
"shipping_invoice": null,
"voucher_category": "mixed",
"address": null,
"entries": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"ordered_at": null,
"voucher": null,
"renew": null,
"image_id": null,
"carrier_type": "string",
"emboss_line_1": "string",
"emboss_line_2": "string",
"voucher_owner": null,
"voucher_owner_id": null,
"voucher_configuration": null,
"voucher_configuration_preset": null,
"state": null,
"replacement": true,
"transfer_balance": true,
"inherit_constraints": true
}
],
"tracking_data": [
{
"number": "string",
"url": "string"
}
]
}
}