Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
{
"meta": null,
"data": {
"id": "string",
"state": "ordered",
"created_at": "2017-05-11T11:05:36.557+02:00",
"updated_at": "2024-11-05T06:40:29.849+01:00",
"submitted_at": null,
"production_started_at": null,
"delivered_at": null,
"is_cancellable": false,
"customer": {
"type": "customer",
"id": "string"
},
"description": null,
"invoice": null,
"production_invoice": {
"id": "string",
"number": "12345",
"creditor": "string",
"type": "invoice"
},
"shipping_invoice": {
"id": "string",
"number": "12346",
"creditor": "string",
"type": "invoice"
},
"address": {
"id": "string",
"company": "string",
"contact_person": "",
"address_line_1": "string",
"address_line_2": null,
"zip_code": "12345",
"city": "City",
"country_code": "276"
},
"voucher_category": "unlimited",
"entries": [
{
"id": "string",
"created_at": "2017-05-11T11:05:36.557+02:00",
"updated_at": "2024-04-09T14:57:39.822+02:00",
"voucher": {
"type": "voucher",
"id": "string",
"token": "string"
},
"renew": null,
"image_id": null,
"carrier_type": "string",
"emboss_line_1": "string,
"emboss_line_2": "",
"ordered_at": "2017-05-11T11:06:47.890+02:00",
"replacement": true,
"transfer_balance": true,
"inherit_constraints": true,
"voucher_owner": {
"identifier": null,
"title": null,
"first_name": "string",
"last_name": "string",
"email": null,
"address_line_1": null,
"address_line_2": null,
"zip_code": null,
"city": null,
"country_code": null,
"language_code": "de"
},
"voucher_owner_id": null,
"voucher_configuration": null
}
],
"tracking_data": []
}
}
curl --location --request GET 'https://www-staging.givve.com/api/card_orders/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: text/csv'
{}