Skip to main content
GET
/
v1
/
contracts
/
samples
/
{version}
/
{sample_name}
Retrieve a sample payload
curl --request GET \
  --url https://api.example.com/v1/contracts/samples/{version}/{sample_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
sample_name
string
required

Response

Successful Response