v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve the countries that are supported by Quiet Hours feature

get/sms/quietHours/countries/{language}

Path parameters

languagestring required

The language code is ISO 639-1 format (el, en) that will be used to translate the country names.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

codestring
namestring
localeNamestring
isoA3Codestring
supportedstring

Example response

[
  {
    "code": "string",
    "name": "string",
    "localeName": "string",
    "isoA3Code": "string",
    "supported": "boolean"
  }
]