Countries
Retrieve a countries.
Note: no pagination support
get/api/v1/countries
Response
List of countries
Example response
{
"data": [
{
"id": 1,
"name": "Bangladesh",
"alpha2Code": "dk",
"sanctioned": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.