Query parameters
-
CodeIso2
string Code Iso 2 of the country
GET
/countries
curl \
--request GET 'https://b6l4r8pq7c.execute-api.eu-west-3.amazonaws.com/countries' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"id": "50658c1e-356e-4407-b120-d110552292d8",
"bubbleId": "1708861331497x933611102973227500",
"codeIso2": "FR",
"isVat": true,
"nameEN": "United-Kingdom",
"nameFR": "Royaume-Uni",
"nameZH": "英国",
"eprActivated": true,
"createdAt": "2024-01-19T12:45:04.147Z",
"updatedAt": "2024-01-19T12:45:04.147Z"
}
]
Response examples (400)
{
"error": "ALGOREP_001"
}
Response examples (500)
{
"error": "ALGOREP_001"
}