Skip to main content

Get FreeSWITCH Connector

GET 

/resources/freeswitch_connectors/:id

Returns a FreeSWITCH Connector by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the FreeSWITCH Connector

Responses

A FreeSWITCH Connector

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    freeswitch_connector

    object

    id uuid

    A unique identifier for the FreeSWITCH Connector

    name string
    caller_id string
    send_as string
Loading...