Templates
List templates
GET/v1/templatesrequires template:read
Requestcurl -X GET https://api.transmit.dev/v1/templates \
-H "Authorization: Bearer tr_v2_…"Responses
| Status | Meaning |
|---|---|
200 | Templates, most recently updated first |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the template:read scope |
Every response body is described in the OpenAPI spec, which this page is generated from.