v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Subscriber SIP Credentials

List Subscriber SIP credentials

A list of SIP Credentials for the Subscriber.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

get/api/fabric/resources/subscribers/{fabric_subscriber_id}/sip_endpoints

Path parameters

fabric_subscriber_idstring uuid required

Universal Unique Identifier.

Unique ID of a Fabric Subscriber.

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "username": "justice-league",
      "caller_id": "call-id-123",
      "send_as": "+14632322867"
    }
  ],
  "links": {
    "self": "https://example.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=0&page_size=50",
    "first": "https://example.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=0&page_size=50",
    "next": "https://example.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca",
    "prev": "https://example.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca"
  }
}