Reads one Cloudflare API envelope.
A 200 with success: false is the normal way this API reports a permission problem, so the status code alone is not the check; treating it as one is how a "no workers" answer gets confused with a token that cannot list them.
success: false
Reads one Cloudflare API envelope.
A 200 with
success: falseis the normal way this API reports a permission problem, so the status code alone is not the check; treating it as one is how a "no workers" answer gets confused with a token that cannot list them.