curl --request GET \
--url https://api.enterprise.sandbox.uphold.com/core/countries \
--header 'Authorization: Bearer <token>'{
"countries": [
{
"code": "<string>",
"name": "<string>",
"asset": "<string>",
"restrictions": [
{
"scope": "citizenship"
}
],
"subdivisions": [
{
"code": "<string>",
"name": "<string>",
"restrictions": [
{
"scope": "residence"
}
]
}
]
}
]
}List countries supported by the platform.
curl --request GET \
--url https://api.enterprise.sandbox.uphold.com/core/countries \
--header 'Authorization: Bearer <token>'{
"countries": [
{
"code": "<string>",
"name": "<string>",
"asset": "<string>",
"restrictions": [
{
"scope": "citizenship"
}
],
"subdivisions": [
{
"code": "<string>",
"name": "<string>",
"restrictions": [
{
"scope": "residence"
}
]
}
]
}
]
}OAuth 2.0 authentication.
Countries list retrieved.
Show child attributes
The unique code of the country.
The name of the country.
The national asset of the country.
The subdivisions of the country.
Show child attributes
The unique code of the subdivision.
The name of the subdivision.