cURL
curl --request GET \ --url https://api.example.com/v1/countries
{ "success": true, "message": "Operation successful", "data": [ { "id": 1, "code": "NGA", "name": "Nigeria", "currencyCode": "NGN", "dialCode": "234", "flag": "assets/flags/nga.png", "active": true, "createdAt": "2026-03-25T07:09:06Z", "updatedAt": "2026-03-25T07:09:06Z" } ], "meta": { "timestamp": "2023-11-07T05:31:56Z" } }
Use this to retrive a list of supported countries
Successful response with list of countries
true
"Operation successful"
Show child attributes