From c69e2e62171251b0aa6ce41ff95632a0fb6973a8 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:59:29 +0000 Subject: [PATCH 1/2] docs(changelog): caller ID name REST API endpoints --- fern/products/platform/changelog/2026-09-03.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fern/products/platform/changelog/2026-09-03.mdx diff --git a/fern/products/platform/changelog/2026-09-03.mdx b/fern/products/platform/changelog/2026-09-03.mdx new file mode 100644 index 0000000000..8a80c9c54e --- /dev/null +++ b/fern/products/platform/changelog/2026-09-03.mdx @@ -0,0 +1,14 @@ +--- +tags: ["apis", "voice"] +--- + +## Caller ID name management added to the REST API + +Set, check, and remove the caller ID name (CNAM) shown to call recipients for your project's phone numbers, +without opening the Dashboard. +[Request a caller ID name](/docs/apis/rest/caller-id-name/request-caller-id-name) queues the name for compliance review, +[Get the caller ID name](/docs/apis/rest/caller-id-name/retrieve-caller-id-name) returns its `status` while you wait for a decision, +and [Clear the caller ID name](/docs/apis/rest/caller-id-name/clear-caller-id-name) removes an applied name. + +Caller ID name is available only for numbers whose carrier offers it; requests for other numbers return `422`. +See [Caller ID & CNAM](/docs/platform/voice/how-to-set-caller-id-or-cnam) for how the name reaches call recipients. From 7baa032fb79e641444754ca1cec5dd55de06a8fa Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:06:53 +0000 Subject: [PATCH 2/2] docs(changelog): date caller ID name entry to 2026-08-31 (PR #638 merge) --- .../platform/changelog/{2026-09-03.mdx => 2026-08-31.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename fern/products/platform/changelog/{2026-09-03.mdx => 2026-08-31.mdx} (100%) diff --git a/fern/products/platform/changelog/2026-09-03.mdx b/fern/products/platform/changelog/2026-08-31.mdx similarity index 100% rename from fern/products/platform/changelog/2026-09-03.mdx rename to fern/products/platform/changelog/2026-08-31.mdx