POST
/
v1
/
esign
/
templates
/
{templatePublicId}
/
fill
curl --request POST \
  --url https://app.enzo.health/api/v1/esign/templates/{templatePublicId}/fill \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "fieldValues": {},
  "complete": false
}'
{
  "data": {
    "organizationId": "<string>",
    "instanceId": "<string>",
    "publicId": "<string>",
    "status": "<string>",
    "message": "<string>",
    "fileUrl": "<string>",
    "bucketId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templatePublicId
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.