Get Countries
get
https://api.nomod.com/v1/countriesFetch all countries sorted by name.
curl -X GET 'https://api.nomod.com/v1/countries' \
-H 'X-API-KEY: $NOMOD_API_KEY' \
-H 'Content-Type: application/json'Query parameters
codestringcountry code
idstring <uuid>id of country
Responses
Example response
[
{
"id": "00000000-0000-0000-0000-000000000000",
"code": "string",
"name": "string"
}
]