Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location -g --request GET '/lunch/customers//configurations?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": "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"
],
"default_voucher_configuration": {
"postal_data_id": null
}
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}