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

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.