---
title: "Create FreeSWITCH connector"
method: POST
path: "/api/fabric/resources/freeswitch_connectors"
tags: ["FreeSWITCH Connector"]
---

# Create FreeSWITCH connector

`POST /api/fabric/resources/freeswitch_connectors`

Creates a FreeSWITCH Connector

#### 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](/docs/platform/your-signalwire-api-space).

## Request body

- FreeswitchConnectorCreateRequest
  - `name` string, required — Name of the FreeSWITCH Connector
  - `token` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- FreeswitchConnectorResponse
  - `id` string, uuid, required — Universal Unique Identifier.
  - `project_id` string, uuid, required — Universal Unique Identifier.
  - `display_name` string, required — Display name of the FreeSWITCH Connector Fabric Resource
  - `type` 'freeswitch_connector', required — Type of the Fabric Resource
  - `created_at` string, date-time, required — Date and time when the resource was created.
  - `updated_at` string, date-time, required — Date and time when the resource was updated.
  - `freeswitch_connector` FreeswitchConnector, required
    - `id` string, uuid, required — Universal Unique Identifier.
    - `name` string — Name of the FreeSWITCH Connector
    - `caller_id` string, nullable — Caller ID for the connector
    - `send_as` string, nullable — Send as identifier

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — The request contains invalid parameters. See errors for details.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/revisions/91fbe575ddf9/schema)
