I am using Postman to explore the Cloudflare API. I have set the Authorization header to a Bearer token as shown in the examples. The token itself was created in the API panel, where it has read access to all zones. However, when I call https://api.cloudflare.com/client/v4/zones?name=example.com
, I get a 500 error.
{
"success": false,
"errors": [
{
"code": 500,
"message": "Server error"
}
],
"messages": [],
"result": null
}