cURL
curl --request GET \ --url https://api.sendkit.dev/template-folders/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Onboarding", "templates_count": 3, "created_at": "2026-03-26 10:00:00", "updated_at": "2026-03-26 10:00:00" }
Retrieve a template folder’s details including its name and template count.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The template folder ID.
Folder details
"Onboarding"
3
"2026-03-26 10:00:00"