Set or clear a number's display label
Set (or clear) the org-editable display label for an owned number — e.g. “Google Ads” — which backs the “Calls by number” marketing-attribution widget’s number chip. The label is a pure annotation: it never routes, gates, or affects billing. Pass label as a string (trimmed, at most 64 characters) to set it, or null (or a blank string) to clear it.
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The owned number's id (from listNumbers).
Body
Display label (≤64 characters, trimmed). null or blank clears it.
64