Return Accepted Country Codes

Returns the list of accepted country-codes.

SecuritybearerToken
Responses
200
400
401
403
get/compliance/kyc-protect/lookup/countryCodes
Request samples
curl -i -X GET \
  https://connect.creditsafe.com/v1/compliance/kyc-protect/lookup/countryCodes \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
[
  • "GB"
]