Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request GET '/lunch/customers//configurations/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"valid_from": "2019-08-24",
"max_credit_amount": null,
"monthly_coupon_allotment": 0,
"expire_unused_coupons": true,
"coupon_allotment_active": true,
"low_voucher_balance": null,
"card_motive_id": null,
"card_motive": null,
"cost_center": null,
"default_emboss_line_1": null,
"default_emboss_line_2": null,
"invoice_reference": null,
"export_account_tax_free": null,
"export_account_flat_tax": null,
"export_account_wage_deduction": null,
"product_features": [
"string"
],
"enabled": true,
"default_voucher_configuration": null,
"voucher_configuration_preset": null
}
}