cURL
curl --request GET \ --url https://api.doczilla.app/v1/templates \ --header 'Authorization: Bearer <token>'
{ "hasNextPage": true, "hasPreviousPage": true, "data": [ { "id": "<string>", "name": "<string>", "output": "PDF", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Get all templates.
x >= 1
Show child attributes
Was this page helpful?