Get managed linkage
const url = 'https://example.com/v1/ns/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/resources/linkages/example';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/ns/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/resources/linkages/example \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Namespace UUID
Responses
Section titled “Responses”OK
object
object
Ingress caller-ID trust for a call entering this namespace from the peer, mirroring the trunk-profile knob. Screens the peer’s asserted external caller ID in the order mode → inbound_caller_id_context → allowed_caller_ids: fixed overwrites it with primary_caller_id (the allowlist is not consulted); modify runs inbound_caller_id_context first, then screens; provided screens the asserted value as-is.
Names the caller-id-contexts entry run at entry when caller_id_mode is modify (rewrite before the allowed_caller_ids screen).
Names the caller-id-contexts entry applied to the presented caller ID when this namespace transfers a call OUT to the peer (the egress counterpart of the ingress mode/context/allowlist). Empty = no rewrite.
Ingress allowlist screened after mode/context. A presented caller ID outside a non-empty list is rejected with the invalid-caller-id treatment. Empty = no restriction.
Caller ID written when caller_id_mode is fixed. Required in that mode; ignored otherwise.
Presentation policy, orthogonal to the ingress screen: when set, the caller ID shown to the destination line adopts the (screened) external caller ID; when unset, the originating internal caller ID is preserved.
STIR/SHAKEN attestation level asserted when this namespace signs a call entering over the linkage (a linkage is a virtual trunk).
Ingress disposition for the received signature on a call entering over this linkage.
Egress policy for which STIR/SHAKEN headers are emitted when transferring a call out over this linkage.
object
object
Edge-proxy values (exact host/IP or CIDR) a child may use. Empty means the parent imposes no restriction. Composed with the partition’s own allow-list; a parent can narrow, never widen.
SIP realms a child may use; each entry permits that realm and any subdomain of it. Empty means no parent restriction.
Example
{ "linkage": { "caller_id_mode": "fixed", "attestation_mode": "A", "resign_policy": "passthrough", "transmit_passport": "transmit-full" }}default
Section titled “default”Error response
RFC 7807 Problem Details
object
Problem type slug URI
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example"}