Get SIP address
Retrieves one standalone SIP Address from your SignalWire project. Use List SIP addresses to find addresses. Generic resource addresses and physical E911 addresses use different operations.
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.
Path parameters
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"
}Changes
Changed in 3 of the 138 revisions of this API.12
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
Of the 138 revisions, 3 have a changelog that could not be searched.