Skip to main content
POST
/
v1
/
admin
/
legal
/
contracts
/
{id}
/
render
Render a contract preview
curl --request POST \
  --url https://{operatorDomain}/v1/admin/legal/contracts/{id}/render \
  --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 HTML

The response is of type string.