cURL
curl --request PUT \ --url https://api.sendkit.dev/template-folders/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Newsletter" } '
{ "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" }
Rename a template folder. Does not affect the templates within the folder.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The template folder ID.
The new folder name.
255
"Newsletter"
Folder updated successfully
"Onboarding"
3
"2026-03-26 10:00:00"