Commit all files changes to make them live.
cURL
curl -X PATCH "https://management-api.suprsend.com/v1/{workspace}/translation/commit/" \ --header 'Authorization: ServiceToken <token>'
{ "meta": { "count": 2, "limit": 10, "offset": 0 }, "results": [ { "filename": "en.json", "locale": "en", "locale_name": "English", "namespace": null, "action": "unchanged", "updated_at": "2025-10-30T12:23:50.380614Z" }, { "filename": "fr.json", "locale": "fr", "locale_name": "French", "namespace": null, "action": "added", "updated_at": "2025-10-28T07:59:43.397124Z" } ] }
You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.
Workspace slug (staging, production, etc.)
Commit message describing the changes
Translations committed successfully
Show child attributes
Was this page helpful?