Skip to main content

Cloudflare R2 Token

Description

General

  • Documentation: https://developers.cloudflare.com/r2/
  • Summary: Cloudflare R2 Storage allows developers to store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services. Cloudflare R2 tokens serve as the Access Key for usage with existing S3-compatible SDKs or XML APIs.

Details for Cloudflare R2 Token

  • Family: token

  • Category: data_storage

  • Company: Cloudflare

  • High recall: False

  • Validity check available: True

  • Analyzer available: False

  • Revoker available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Occurrences found for one million commits: 0.78

  • Prefixed: False

Revoker

Auth Credentials

Valid credentials needed to authenticate the request.

  • account_id: ID of the account to revoke the token from

  • admin_apikey: Optional API token with write permission to revoke tokens that cannot self-revoke

HTTP Calls

List of calls performed by the revoker.

  • DELETE: /client/v4/accounts/{account_id}/tokens/{token_id}
  • DELETE: /client/v4/user/tokens/{token_id}
  • GET: /client/v4/accounts/{account_id}/tokens/verify
  • GET: /client/v4/user/tokens/verify

Revocation Mode

Revocation is synchronous.