summaryrefslogtreecommitdiff
path: root/examples/cloudflare/curl.sh
blob: ec8c014e2c539dc099afdc3d93e9de4ef0fffcb0 (plain)
1
2
3
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
     -H "Authorization: Bearer AAAPutYourTokenInHereSoYouCanTestItL5Cl3" \
     -H "Content-Type:application/json"