# List countries Returns the list of supported countries Endpoint: GET /countries Version: 26.2.0.4309 Security: Bearer ## Response 200 fields (application/json): - `id` (string) Unique identifier associated with this country. - `name` (string) The name of the country. - `isoCode` (string) The 3-letter ISO code of the country. - `createdAt` (string) The timestamp of the addition of this country to Verifiable's data. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields