EaserixDocs
DevelopersAPI referenceSignTemplates

Preview state notes before instantiating

What choosing a state does for this template: the resolved jurisdiction, the topics the template touches, and the exact notes that will be appended as the "State notes" section.

View as Markdown
GET
/v1/templates/{id}/state-preview
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

state*string

Two-letter US state code

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/templates/string/state-preview?state=string"
{  "state": "string",  "stateName": "string",  "topics": [    "string"  ],  "notes": [    "string"  ]}