When using global API key:
- GET on
https://api.cloudflare.com/client/v4/zones
works OK - GET on
https://api.cloudflare.com/client/v4/zones/ZONE_ID
works OK - GET on
https://api.cloudflare.com/client/v4/zones/ZONE_ID/dns_records
=7000 No route for that URI
- GET on
https://api.cloudflare.com/client/v4/zones/ZONE_ID/dns_records/RECORD_ID
=7000 No route for that URI
- PUT, PATCH, POST with
type
,name
,content
,ttl
,proxied
onhttps://api.cloudflare.com/client/v4/zones/ZONE_ID/dns_records
andhttps://api.cloudflare.com/client/v4/zones/ZONE_ID/dns_records/RECORD_ID
results in1001 method_not_allowed
Any ideas?