For Workes & Pages, what is the name of the domain?
https://api.cloudflare.com
What is the error number?
10000
What is the error message?
“code”:10000,“message”:“Authentication error”
What is the issue or error you’re encountering
Trying to create a logpush job through API using curl call, and getting error message
What steps have you taken to resolve the issue?
I have tried from GUI, clear cache same error
Tried calling API with curl call, getting same error
What are the steps to reproduce the issue?
Execute below call with the right creds and getting error
curl --silent “https://api.cloudflare.com/client/v4/zones/{zone_id}/logpush/jobs”
–header “X-Auth-Email: ”
–header “X-Auth-Key: <API_KEY>”