GET
/api-v1/pdf-template/{id}
curl \
--request GET 'https://wyzio.app/api-v1/pdf-template/{id}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"name": "string",
"templateType": "SALES_INVOICE",
"countryId": 42,
"sourceTemplate": {
"id": 42,
"fileExtension": "string",
"size": 42,
"name": "string",
"createdOn": "2026-05-04T09:42:00Z",
"organizationId": 42
},
"previewTemplate": {
"id": 42,
"fileExtension": "string",
"size": 42,
"name": "string",
"createdOn": "2026-05-04T09:42:00Z",
"organizationId": 42
},
"previewImage": {
"id": 42,
"fileExtension": "string",
"size": 42,
"name": "string",
"createdOn": "2026-05-04T09:42:00Z",
"organizationId": 42
},
"isActive": true,
"description": "string"
}