---
title: "Assign Connection"
method: PUT
path: "/v2/connection/{id}/assignment/{repl_id}"
---

# Assign Connection

`PUT /v2/connection/{id}/assignment/{repl_id}`

Assign a connection to a customer

## Path parameters

- `id` string, required — The id of the connection, starts with `conn_`
- `repl_id` string, required — The repl ID to assign to this connection

## Response `200`

Successful response

- object
  - `id` string, required — The id of the connection, starts with `conn_`
  - `assignments` string[]

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/openintegrations/apis/openint-api.md) · [All operations](https://skmtc.net/openintegrations/apis/openint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrations/openint-api/versions/1b84cd7f5c05/schema)
