Get a template input contract

Returns one immutable input contract and the published schema it validates against.

GET
/v1/templates/{id}/input-contracts/{inputContractId}

Returns one immutable input contract and the published schema it validates against.

x-api-key<token>

In: header

Path Parameters

id*string
Match^tmpl_[0-9a-hjkmnp-tv-z]{16,24}$
inputContractId*string
Match^tcon_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/templates/string/input-contracts/string"
{  "id": "string",  "organizationId": "string",  "templateId": "string",  "version": 1,  "validationDigest": "string",  "schema": {},  "createdAt": "string"}