Skip to main content
GET
/
v1
/
countries
List supported countries
curl --request GET \
  --url https://api.antonpayments.com/v1/countries \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "iso2": "GB",
      "iso3": "GBR",
      "name": "United Kingdom",
      "supported_currencies": [
        "GBP"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_* (production) or ak_test_* (sandbox).

Response

List of supported countries.

data
object[]
required