API Token Test: Error 1001

For Workes & Pages, what is the name of the domain?

nuttyservers.net

What is the error number?

1001

What is the error message?

C:\curl>curl -X GET “https://api.cloudflare.com/client/v4/user/tokens/verify” \ {“success”:false,“errors”:[{“code”:1001,“message”:“Missing "Authorization" header”}],“messages”:,“result”:null}curl: (3) URL rejected: Bad hostname

What is the issue or error you’re encountering

Can’t verify API Token. Presumed to the be the cause of NGINX failing to create SSL certificates

What steps have you taken to resolve the issue?

Deleted and recreated the tokens, followed instructions on how to test the token, attempted alternative commands to test.

What are the steps to reproduce the issue?

Create a token, try to run the command to test the token workds.

Hi there,

Try this:

curl "https://api.cloudflare.com/client/v4/user/tokens/verify" -H "Content-Type:application/json" -H "Authorization: Bearer YOUR_TOKEN_HERE" 

Take care.