GET
/api/v2/supported-locales
curl \
--request GET 'https://nz.onetimesecret.com/api/v2/supported-locales'
Response examples (200)
{
"success": true,
"locales": [
"string"
],
"default_locale": "string",
"locale": "string"
}
Response examples (404)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}
Response examples (500)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}