Skip to content
Start here

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