GET
/
mealvoucher
/
api
/
statutories
/
{statutoryId}
curl --request GET \
  --url https://{host}/mealvoucher/api/statutories/{statutoryId} \
  --header 'Authorization: <authorization>'
{
  "id": "8310b1ad-7145-4dfa-a980-89418f43957f",
  "name": "Lucca Brest"
}

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

statutoryId
string
required

Unique identifier of the statutory

Response

200
application/json
OK
id
string

Unique Identifier of the statutory

name
string

Name of the statutory

Minimum length: 1