JavaScript
Translations
Get a translation
GET /translations// retrieves translated strings for a given domain and locale, used to localize your notification content.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The domain you want to retrieve translations for. Only default is supported at the moment
The locale you want to retrieve the translations for
Response
.po file translation content
The response is of type string.