最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Cant make any call to cloudflare API - invalid body - Stack Overflow

programmeradmin4浏览0评论

I am trying to make a call to get the Dns records with the following

curl /<ZoneID>/dns_records/batch \
    -H 'Content-Type: application/json' \
    -H "X-Auth-Email: <email>" \
    -H "X-Auth-Key: <Global API Key>" \
    -d '{}'

and all I am getting is

{ "result":null, "success":false, "errors":[ { "code":9207, "message":"Request body is invalid." } ], "messages":[] }

I copy pasted the call from Cloudflares documentation and cant understand what is wrong.

发布评论

评论列表(0)

  1. 暂无评论