Documentation

Templates

Get a list of available templates

To get all templates, send a GET request to /api/templates. You will receive a JSON response containing all templates.

curl -X POST "https://pdf-factory.com/api/templates" \
     -H "Content-Type: application/json" \
     -H "Authorization: Bearer {token}"