v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Field

Answer a Field

This endpoint can be used on ongoing Signature Requests only. It aims to fill a Field value with a Signer input collected in your custom signing interface. The Fields compatible are Text Fields, Checkboxes and Radio Groups.

post/signature_requests/{signatureRequestId}/documents/{documentId}/fields/{fieldId}/answer

Path parameters

signatureRequestIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Signature Request Id

documentIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Document Id

fieldIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Field Id

Request body

field_idstring uuid required

Unique identifier of the Field.

{"stackTrail":"components:schemas:FieldAnswer:properties:field_type","oasType":"schema","type":"unknown","description":"Field type."}

Example request

{
  "field_id": "89d519d7-63bd-45d2-8539-a10a9172368a"
}

Response

No Content