curl --request GET \ --url https://api.platform.dakota.xyz/capabilities/countries \ --header 'x-api-key: <api-key>'
Copy
[ { "code": "CA", "name": "Canada" }]
Info
Get countries
Returns an array of all recognized country codes (in ISO-3166-1 alpha-2 format). Inclusion in this list does NOT imply that the system is allowed by law or regulation to interact with a given country; only that the country code is recognized.
GET
/
capabilities
/
countries
Get countries
Copy
curl --request GET \ --url https://api.platform.dakota.xyz/capabilities/countries \ --header 'x-api-key: <api-key>'