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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1
The response is of type object.
object
Was this page helpful?