This is pretty straightforward, so maybe I just don’t understand what I should be getting back.
When I run a curl
to GET the Cloudflare Worker route
(s) list I get back some JSON with (a) route(s), but it is totally different than the actual route(s) that I have setup in the dashboard.
Ex.
curl -H “Content-Type: application/javascript” -H “X-Auth-Email:{AUTH_EMAIL}\" -H \"X-Auth-Key:{AUTH_KEY}” -X GET https://api.cloudflare.com/client/v4/zones/${ZONE}/workers/routes
Has anyone else seen this happen? Much thx.