cURL
curl --request GET \ --url https://api.vecurity.net/v1/country/{countryId} \ --header 'Authorization: <authorization>'
{ "status": 200, "message": "Data successfully retrieved.", "data": { "country_name": "United States of America", "country_id": "63bd10e2-8274-620a-a3f6-b3987d3280ae", "country_iso": "US" }, "metadata": { "version": "1.0", "author": "Vecurity" } }
Bearer token for authentication.
The unique identifier (ID) of the country.
Successfully retrieved country details.
200
"Data successfully retrieved."
Show child attributes