Get template fields
Returns all field definitions for a template. Fields define where signatures, text inputs, and other data entry points are located on the document.
GET
/templates/fieldsAuthorization
AuthorizationBearer token · headerrequiredPass your API key as a Bearer token. API keys are scoped to specific operations — configure scopes in your organization's Settings → Developer → API Keys.
Query parameters
idstringrequiredResponses
200
OK
fieldsTemplateField[]Show propertiesHide properties
Array of
TemplateFieldidstringrequiredfield_typeFieldTyperequiredAllowed:
signaturetextdatecheckboxdropdownradioattachmentlabelstringis_requiredbooleanrequiredpageintegerrequiredPage number (1-indexed)
xnumberrequiredX position as a fraction of page width (0–1)
ynumberrequiredY position as a fraction of page height (0–1)
widthnumberrequiredWidth as a fraction of page width (0–1)
heightnumberrequiredHeight as a fraction of page height (0–1)
propertiesobjectShow propertiesHide properties
placeholderstringdefault_valuestringoptionsstring[]401
Missing or invalid API key
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors
404
Resource not found
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors