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
| Name | In | Notes |
|---|---|---|
id required | path | The template id. |
Responses
| Status | Meaning |
|---|---|
200 | The template |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the template:read scope |
404 | No such template |
Every response body is described in the OpenAPI spec, which this page is generated from.