-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation editsproduct:cloudflare-one
Description
Existing documentation URL(s)
What changes are you suggesting?
I followed the steps in the document, creating the respective token, with the necessary permissions, I tested it and the response is that it is active:
{"result":{"id":"qqqqqqqqqqqq","status":"active"},"success":true,"errors":[],"messages":[{"code":10000,"message":"This API Token is valid and active","type":null}]}
But when I want to run:
curl --request POST
"https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/access/gateway_ca"
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN"
it returns:
{"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}
Additional information
No response
Metadata
Metadata
Assignees
Labels
content:editRequest for content editsRequest for content editsdocumentationDocumentation editsDocumentation editsproduct:cloudflare-one