Skip to main content
GET
/
v1
/
contracts
/
templates
/
{version}
/
{template_name}
Retrieve a specific template
curl --request GET \
  --url https://api.example.com/v1/contracts/templates/{version}/{template_name}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.zestequity.com/llms.txt

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

Path Parameters

version
string
required
template_name
string
required

Response

Successful Response