SIP Addresses
Get SIP address
Returns a SIP address by ID.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Calling, Fax, Messaging, or Video.
Learn more about API scopes.
get/api/fabric/sip_addresses/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of a SIP Address.
Response
The request has succeeded.
Example response
{
"type": "sip_address",
"name": "support-line",
"display_name": "support-line",
"context": "public",
"uri": "sip:my-space-support-line@sip.signalwire.com",
"user": "*",
"codecs": [
"PCMU",
"PCMA"
],
"ciphers": [
"AEAD_AES_256_GCM_8",
"AES_256_CM_HMAC_SHA1_80",
"AES_CM_128_HMAC_SHA1_80",
"AES_256_CM_HMAC_SHA1_32",
"AES_CM_128_HMAC_SHA1_32"
],
"ip_auth": [],
"created_at": "2024-05-06T12:20:00Z",
"updated_at": "2024-05-06T12:20:00Z"
}