Download template
documentedDownloads the PDF document of the specified template.
GET /v1/template/downloadTemplateno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.boldsign.com/v1/template/download?templateId={{template_id}}&onBehalfOf={{onBehalfOf}}&includeFormFieldValues={{includeFormFieldValues}}" \
-X GET \
-H "accept: application/json" \
-H "X-API-KEY: {{BOLDSIGN_API_KEY}}"