FreeSWITCH Connector

List FreeSWITCH connectors

Returns the project's FreeSWITCH Connector resources, which route communications to connected FreeSWITCH deployments. Use it to discover connectors before retrieving or changing one. Use a Relay Application when a Relay Server SDK process handles events, or a SIP Gateway for calls sent to an external SIP destination.

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/freeswitch_connectors

Response

The request has succeeded.

Example response

{
  "links": {
    "self": "https://devspace.signalwire.com/api/fabric/resources/freeswitch_connectors?page_number=0&page_size=50&type=freeswitch_connector",
    "first": "https://devspace.signalwire.com/api/fabric/resources/freeswitch_connectors?page_size=50&type=freeswitch_connector",
    "next": "https://devspace.signalwire.com/api/fabric/resources/freeswitch_connectors?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca&type=freeswitch_connector",
    "prev": "https://devspace.signalwire.com/api/fabric/resources/freeswitch_connectors?page_number=0&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca&type=freeswitch_connector"
  },
  "data": [
    {
      "display_name": "Main FreeSWITCH Server",
      "type": "freeswitch_connector",
      "created_at": "2024-05-06T12:20:00Z",
      "updated_at": "2024-05-06T12:20:00Z",
      "freeswitch_connector": {
        "name": "Booking Assistant",
        "caller_id": "123456",
        "send_as": "123456"
      }
    }
  ]
}

Changes

No changes found, but 3 of the 138 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.