Skip to main content
GET
/
v1
/
common
/
countries
Get list of countries
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/common/countries \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "string",
  "alpha_2_code": "string",
  "alpha_3_code": "string",
  "name": "string",
  "phone_code": "string",
  "tenant_availability": true,
  "ofac_listed": true,
  "states": {
    "state_code1": "string",
    "state_code2": "string",
    "state_code..": "string",
    "state_codeN": "string"
  }
}

Authorizations

Authorization
string
header
required

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

Response

Countries resource

uuid
string
alpha_2_code
string
alpha_3_code
string
name
string
phone_code
string
tenant_availability
boolean
ofac_listed
boolean
states
object

map of state_code => state_name