curl --request GET \
--url https://access.utgl.io/v1/countries \
--header 'Authorization: Basic <encoded-value>'{
"countries": [
{
"code": "GB",
"name": "United Kingdom"
}
]
}Get a list of Countries
curl --request GET \
--url https://access.utgl.io/v1/countries \
--header 'Authorization: Basic <encoded-value>'{
"countries": [
{
"code": "GB",
"name": "United Kingdom"
}
]
}Was this page helpful?