feat: add SIP Addresses REST API#487
Merged
Merged
Conversation
Contributor
References signalwire/cloud-product#19108. Adds the public REST API for managing Call Fabric SIP Addresses (/api/fabric/sip_addresses) with full list/get/create/update/delete parity with the dashboard's SIP address flow.
Removes internal-jargon leaks (Fabric address/resource, "domain application" as if it were the address's real name, Rails "parameterized form") and rewrites field/operation descriptions to explain what the API actually does for a customer instead of how it's implemented.
- context_id: document that it must reference an existing Domain in the project (previously undocumented, matches the 422 invalid_parameter case in the source doc) - user + context_id: document the domain+user uniqueness constraint (previously undocumented value_not_unique case) - user: add a no-whitespace/non-blank pattern, covering the documented missing_required_parameter and format cases without attempting to encode full SIP userinfo grammar - context (response): fix "account" vs "project" default-Domain wording inconsistency with context_id - interface doc: note that SIP addresses are scoped to the caller's project (cross-project or non-SIP IDs return 404)
Devon-White
force-pushed
the
Devon/fabric-sip-addresses-api
branch
from
July 20, 2026 16:00
5883c9c to
d3bacc4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api/fabric/sip_addresses(list, get, create, update, delete), giving full parity with the dashboard's SIP address create/edit/delete flow.Test plan
yarn build:signalwire-restcompiles cleanly and regeneratesfern/apis/signalwire-rest/openapi.yamlfern checkpasses (only pre-existing, network-only redirect check unrelated to this change)