API Reference
OIDC
Platform

Localizations

AdminUpdated Sep 11, 2026

Localizations

Backend API — secret key (Authorization: Bearer sk_…).

5 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

GET /v1/localizations

localizations:read

List per-language localization overrides (email/SMS templates, hosted-page copy).

POST /v1/localizations

localizations:write

Create or replace a localization override for one resource + locale. Validated on save.

GET /v1/localizations/:id

localizations:read

Read one localization override by id.

PATCH /v1/localizations/:id

localizations:write

Update a localization override content or enabled flag. Re-validated on save.

DELETE /v1/localizations/:id

localizations:write

Delete a localization override, reverting that locale to the base template/copy.

Was this page helpful?
Localizations