API Reference
Document Fields
Place and manage signature and data fields on document pages.
Document Fields
Place and manage signature and data fields on document pages.
Endpoints
GET
/api/v1/documents/{id}/fieldsList fields
Required scope:read:documents
POST
/api/v1/documents/{id}/fieldsCreate field
Required scope:write:documents
PUT
/api/v1/documents/{id}/fields/{fid}Update field
Required scope:write:documents
DELETE
/api/v1/documents/{id}/fields/{fid}Delete field
Required scope:write:documents
This page is auto-generated from the OpenAPI spec. Run npm run docs:generate to update.