Skip to main content
GET
/
billing
/
countries
Get list of countries for billing Country dropdown
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/billing/countries \
  --header 'Authorization: Bearer <token>'
{
  "US": "United States",
  "GB": "United Kingdom",
  "SK": "Slovakia"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

list of countries

Object keyed by ISO country code with country name as value

{key}
string