Im use api.Cloudflare. com/#zone-create-zone
With global api key and get response
{
“success”: false,
“errors”: [
{
“code”: 1068,
“message”: “Permission denied”
}
],
“messages”: ,
“result”: null
}
Im use api.Cloudflare. com/#zone-create-zone
With global api key and get response
{
“success”: false,
“errors”: [
{
“code”: 1068,
“message”: “Permission denied”
}
],
“messages”: ,
“result”: null
}
What does your code look like?
What’s the TLD? Some are not allowed to be created with the API.
I don’t know what I did, I just tried a DNS editing check of an already connected domain via the API, then ran my code adding the zone again and it surprisingly gave success. As I understand it, before using the creation of a zone, the token needs to be activated somehow, warmed up?
Again the same problem with another account. Apparently the token must first be activated somehow or what?