cURL
curl --request POST \ --url https://api.sendkit.dev/template-folders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Onboarding" } '
{ "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" }
Create a new template folder. Folder names must be unique within your team.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The folder name. Must be unique within your team.
255
"Onboarding"
Folder created successfully
3
"2026-03-26 10:00:00"