Returns a list of all supported ISO 3166-1 alpha-2 country codes
| Field | Type | Description |
|---|---|---|
| Response | array | Array of supported country codes in ISO 3166-1 alpha-2 format |
| Practice | Recommendation | Reason |
|---|---|---|
| Cache Duration | 24+ hours | Country list rarely changes |
| Implementation | Store locally after first call | Reduces API calls and improves performance |
| Validation | Use for client-side country validation | Prevents invalid country codes in monitor requests |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of supported country codes
["AF", "AX", "AL", "DZ", "AS"]