[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/api/resources/workers_builds/subresources/tokens [Back]  [Original]

Tokens | Cloudflare API Skip to content
logo.DMYpXs3t.svg [logo.DMYpXs3t.svg] Cloudflare API
CtrlK
Start here
Copy Markdown

Tokens

Create build token
POST/accounts/{account_id}/builds/tokens
List build tokens
GET/accounts/{account_id}/builds/tokens
Delete build token
DELETE/accounts/{account_id}/builds/tokens/{build_token_uuid}
ModelsExpand Collapse
TokenCreateResponse object { build_token_name, build_token_uuid, cloudflare_token_id, owner_type }
build_token_name: optional string
build_token_uuid: optional string

Build token UUID.

formatuuid
cloudflare_token_id: optional string
owner_type: optional string
TokenListResponse object { build_token_name, build_token_uuid, cloudflare_token_id, owner_type }
build_token_name: optional string
build_token_uuid: optional string

Build token UUID.

formatuuid
cloudflare_token_id: optional string
owner_type: optional string
TokenDeleteResponse = unknown

Web Proxy Viewer  |  New URL  |  Original Page