Published Question
Hi,
I can't find my newly created question, so I post it here again.
I created an API token in the control pannel, got a token name such as "my_token" and a long token string like "dfadfsadfeteryterrtyeryery".
Follow ...
Accepted Answer:
Hi there @dashingmeng,
In the Authorization header, you should be using Bearer <token_secret> - your token name doesn't need to be used.
Using the example token you have given, the command would be as follows:
curl -...
1
•
•
By
dashingmeng
DigitalOcean
Debian