Sign in

List templates

documented

Returns a paginated list of templates in your account.

GET /v1/template/listTemplateno implementation yet0 runs
No 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/list?pageSize={{$pageSize}}&page={{$page}}" \
  -X GET \
  -H "accept: application/json" \
  -H "X-API-KEY: {{BOLDSIGN_API_KEY}}"
List templates · BoldSign · OpenIntegrations