API DocumentationManufacturer document template controller

Get all document templates for operator

GET
/api/manufacturer/v1/document-template

Retrieves all document templates associated with the current operator

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/manufacturer/v1/document-template"
[  {    "documentTemplateId": 0,    "content": "string",    "language": "string",    "type": "string",    "consignmentLabelSize": "string",    "name": "string",    "pageWidth": 0.1,    "pageHeight": 0.1  }]
Empty