curl --request GET \
--url https://{host}/mealvoucher/api/statutories/{statutoryId} \
--header 'Authorization: <authorization>'{
"id": "8310b1ad-7145-4dfa-a980-89418f43957f",
"name": "Lucca Brest"
}Retrieve a single statutory by its ID.
curl --request GET \
--url https://{host}/mealvoucher/api/statutories/{statutoryId} \
--header 'Authorization: <authorization>'{
"id": "8310b1ad-7145-4dfa-a980-89418f43957f",
"name": "Lucca Brest"
}API key. Value must be formatted like so: lucca application={api_key}.
Unique identifier of the statutory
Was this page helpful?