Templates

Retrieve a template

GET/v1/templates/{id}requires template:read

Includes every revision and the stored body.

Requestcurl -X GET https://api.transmit.dev/v1/templates/{id} \
  -H "Authorization: Bearer tr_v2_…"

Parameters

NameInNotes
id requiredpathThe template id.

Responses

StatusMeaning
200The template
401The API key is missing, malformed, expired or revoked
403The API key lacks the template:read scope
404No such template

Every response body is described in the OpenAPI spec, which this page is generated from.