Skip to main content
POST
/
v1
/
admin
/
legal
/
contracts
/
templates
/
{id}
/
preview
Preview a contract template
curl --request POST \
  --url https://{operatorDomain}/v1/admin/legal/contracts/templates/{id}/preview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<string>"

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200 - text/html

Rendered preview

The response is of type string.