Retrieves countries information for all countries
GET/accounts/{account_id}/cloudforce-one/events/countries
Retrieves countries information for all countries
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Retrieves countries information for all countries
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/countries \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"[
{
"result": [
{
"alpha2": "AF",
"alpha3": "AF",
"name": "Afghanistan"
}
],
"success": "true"
}
]Returns Examples
[
{
"result": [
{
"alpha2": "AF",
"alpha3": "AF",
"name": "Afghanistan"
}
],
"success": "true"
}
]