curl --request GET \
--url https://api.example.com/v1/templates{
"data": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"published": true,
"createdAt": "<string>"
}
]
}Retrieve available project templates.
curl --request GET \
--url https://api.example.com/v1/templates{
"data": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"published": true,
"createdAt": "<string>"
}
]
}curl https://api.getkommit.ai/v1/templates \
-H "Authorization: Bearer km_your_api_key"
Was this page helpful?