---
title: "Connect application"
method: PUT
path: "/applications/{applicationId}/connect"
tags: ["Applications"]
---

# Connect application

`PUT /applications/{applicationId}/connect`

Connects elements to an application.
### Authorization Required:
  - Application Update

## Path parameters

- `applicationId` string, required

## Request body

- object
  - `elementType` string, required — Describes the element being connected to the application. Value should be either 'module' or 'referenceDataCollection'.
  - `elementKeys` string[], required

## Response `200`

Successfully connected

## Other responses

- `default` — Error

---

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