Reference
GET
/countries

The ISO 3166-1 alpha-2 countries accepted as a sender-account country.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/countries"
{  "data": [    {      "code": "US",      "name": "United States"    },    {      "code": "GB",      "name": "United Kingdom"    }  ]}