cURL
curl --request POST \ --url https://gateway.7exchange.io/countrydata/1.0.0/listData \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "countryName": "<string>", "nationality": "<string>", "three_digit_iso_code": "<string>", "two_digit_iso_code": "<string>", "currency": "<string>", "phone_code": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
Created