---
title: "Create a new connection"
method: POST
path: "/cloud/connections"
tags: ["Cloud API"]
---

# Create a new connection

`POST /cloud/connections`

Create a new connection

## Request body

- object
  - `connection` NewConnection
    - `connectorid` integer
    - `active` integer
    - `host` string
    - `port` string
    - `login` string
    - `password` string
    - `connectionstring` string

## Response `200`

Successful operation

- object
  - `connectionid` integer

## Other responses

- `500` — Error

---

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