Templates

List templates

GET/v1/templatesrequires template:read

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

Responses

StatusMeaning
200Templates, most recently updated first
401The API key is missing, malformed, expired or revoked
403The API key lacks the template:read scope

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