4 lines
187 B
Bash
4 lines
187 B
Bash
|
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
|
||
|
-H "Authorization: Bearer AAAPutYourTokenInHereSoYouCanTestItL5Cl3" \
|
||
|
-H "Content-Type:application/json"
|