CNAM & Caller ID
Register the branded outbound Calling Name (CNAM) displayed on the recipient’s handset for each of your numbers, query what a carrier currently has registered, and remediate “Spam Likely” / “Scam Likely” labels that hurt your answer rate. Every verb is gated by org ownership — a sibling subaccount sharing your tenant schema cannot read or mutate another subaccount’s registration.Invariant #45. CNAM is an outbound caller-identity signal, so the authoritative LIDB write runs only on the Devotel wholesale softswitch (the carrier of record). The API layer captures and enqueues the desired name — it never wires a Telnyx/DIDWW CNAM write directly. Captured registrations stay
pending until dispatched.Register a Caller Name
Dispatch the Registration
Hand the captured name to the Devotel wholesale CNAM/LIDB provisioning queue. This advances the registrationpending/failed → submitted and stamps submitted_at. Until you dispatch, the name never appears on a handset.
404 when there is no captured registration, and 409 when it is already submitted/active.
CNAM Dip (carrier inquiry)
Query what display name a carrier currently has registered for one of your numbers — independent of your locally-captured registration.status: "coming_soon" with carrier_registered_name: null — the result echoes your local registration so you can reconcile desired-vs-carrier in one round-trip once the dip wires.
Spam Labels
Read the cross-carrier spam-label snapshot observed on a number, with a derived severity summary. Spam labels are not yet automatically polled from carrier reputation APIs and will appear empty until this feature is released.Remediate Spam Labels
File a cross-carrier remediation request against an observed label set.
Returns
422 when the number is clean (nothing to remediate) and 404 when the number doesn’t exist. The submission captures the request locally; the authoritative carrier dispute runs later on the Devotel wholesale side-band.