For Workes & Pages, what is the name of the domain?
.
What is the error number?
400 Authentication Error
What is the error message?
Missing X-Auth-Key, X-Auth-Email or Authorization headers (HTTP Status Code: 400)
What is the issue or error you’re encountering
We are trying to create DNS records using Zapier and cannot get this to work
What steps have you taken to resolve the issue?
Have tried various formatting of the header parameters with quotes etc
What are the steps to reproduce the issue?
Has anyone used Zapier Webhooks with the cloudflare API?
We cannot seem to get past a 400 error. We are using a POST webhook to try and create a DNS record.
https://api.cloudflare.com/client/v4/zones/[OUR ZONE ID]/dns_records
Our API Key is valid and has been validated using curl
We are providing
X-Auth-Email and X-Auth-Key as the headers with the relevant values - we have tried using " around the data and also without.
Unfortunately Zapier doesn’t provide copy of exactly what output they are sending to Cloudflare.