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

Path Parameters

slug
string
required

Body

application/json

The body is of type object.

Response

200 - text/html

Rendered preview

The response is of type string.