API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

ST-2026-073 · API endpoints & versions

Cloudflare account creation API will reject names over 65 characters

Cloudflare will align account-creation validation by returning HTTP 400 when POST /accounts receives a name longer than 65 characters.

CloudflareAccounts APIvalidationHTTP 400

Previous state

PUT /accounts/{account_id} enforced a 65-character account-name limit while POST /accounts silently truncated longer names up to 120 bytes.

Current state

POST /accounts will reject account names longer than 65 characters with HTTP 400 instead of silently truncating them.

Who needs to care

Integrations that create Cloudflare accounts and submit account names longer than 65 characters.

What to do

Validate and shorten account names before calling POST /accounts, and handle the HTTP 400 response.

What the source does not prove

The notice does not state that existing account names will be renamed, rejected or retroactively truncated.

Lifecycle history

Dated event sequence

  1. Enforcement announced

    Cloudflare documented the 65-character validation change for account creation.

  2. Enforcement begins

    POST /accounts starts rejecting longer names with HTTP 400.

Evidence ledger

First-party sources

  1. 01
    Cloudflare Developers — Cloudflare API deprecations

    Official API deprecation documentation · 2026-07-22

    Open official source ↗