Skip to main content
GET
/
v1
/
templates
/
{id}
Get template
curl --request GET \
  --url https://api.example.com/v1/templates/{id}
id
string
required
Template UUID.
curl https://api.getkommit.ai/v1/templates/t1a2b3c4-d5e6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer km_your_api_key"