Skip to main content
GET
/
api
/
v1
/
countries
List countries
curl --request GET \
  --url https://payments.oaknetwork.org/api/v1/countries
{
  "msg": "<string>",
  "data": {
    "countries": [
      {
        "iso_alpha_2": "US",
        "name": "United States",
        "kyc_supported": true
      }
    ]
  }
}

Response

200 - application/json

Country list

msg
string
required

Human-readable message describing the result

data
object
required

Response payload (null on error)