Reference
List countries
List the country codes you can use in the `country` filter.
GET
/sanctions/countriesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/sanctions/countries" \ -H "Authorization: Bearer lil_sk_..."{ "countries": [ { "name": "string", "alpha_2": "string", "alpha_3": "string", "numeric": 0 } ]}