cURL
curl --request GET \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/KYB/countries \ --header 'Authorization: Bearer <token>'
{ "error": true, "message": "<string>", "version": "<string>", "data": { "countries": [ { "countryName": "<string>", "states": [ "<string>" ], "countryCode": "<string>" } ] } }
KYB Countries Service API Documentation
/KYB/countries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved list of countries.
The response is of type object.
object