Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions products/api/src/content/tokens/create/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ If the secret is lost or believed to be compromised, the token can be rolled to
This screen also includes an example command to test the token (reproduced below). The `/user/tokens/verify` endpoint allows fetching the current status of the given token.

```bash
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
-H "Authorization: Bearer <token secret>" \
-H "Content-Type:application/json"

curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
     -H "Authorization: Bearer idcEtkpyPJagRqYuE2wEwsBF3aPJEgV2GCgm3RSB" \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
     -H "Authorization: Bearer idcEtkpyPJagRqYuE2wEwsBF3aPJEgV2GCgm3RSB" \
     -H "Authorization: Bearer idcEtkpyPJagRqYuE2wEwsBF3aPJEgV2GCgm3RSB" \

@mohdakim254@gmail.com

     -H "Content-Type:application/json

```

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The result:
Expand Down