Skip to main content
GET
/
info
/
capabilities
/
countries
Get countries
curl --request GET \
  --url https://api.platform.dakota.xyz/info/capabilities/countries \
  --header 'x-api-key: <api-key>'
[
  {
    "code": "CA",
    "name": "Canada"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successfully retrieved the list of all country codes

code
string
required
Required string length: 2
Example:

"CA"

name
string
required
Example:

"Canada"