Skip to main content
POST
/
formal-notice
cURL
curl --request POST \
  --url https://api.example.com/formal-notice \
  --header 'Content-Type: application/json' \
  --data '
{
  "policyId": "<string>",
  "customerId": "<string>",
  "whenAt": "<string>"
}
'
{
  "workflowRunId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
policyId
string
required

The ID of the policy to generate the formal notice for

customerId
string
required

The ID of the customer to generate the formal notice for

whenAt
string

Optional: the whenAt datetime

Response

200 - application/json

Execute the formal notice workflow

workflowRunId
string
required

The ID of the formal notice that was generated