---
title: "Link an integration"
method: GET
path: "/integrations/{integration_id}/connect"
tags: ["Integrations", "Integrations"]
---

# Link an integration

`GET /integrations/{integration_id}/connect`

Redirects to the connect URL to link an integration.

## Path parameters

- `integration_id` string, required

## Query parameters

- `redirect_url` string, nullable

## Response `200`

Successful Response

- ConnectResponse
  - `url` string, required
  - `expires_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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