Get PDF template types

GET /api-v1/list/pdf-template-types

Returns a map {type: translation}

Headers

Responses

GET /api-v1/list/pdf-template-types
curl \
 -X GET http://wyzio.app/api-v1/list/pdf-template-types \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string",
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}