List a template's input contracts
Returns every immutable input contract this template has published under, newest version first.
Returns every immutable input contract this template has published under, newest version first. Send against a contract to follow later publications that validate input identically.
Authorization
apiKey x-api-key<token>
In: header
Path Parameters
id*string
Match
^tmpl_[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"[ { "id": "string", "organizationId": "string", "templateId": "string", "version": 1, "validationDigest": "string", "schema": {}, "createdAt": "string" }]List template families
Returns a paginated list of the organization's template families and members. Use this endpoint to list template families through the Samva email API.
Open a template project workspace
Creates or opens the shared project workspace at the current Artifact branch head and returns its effective files.