---
title: "POST /api/v1/integrations/{provider}/start"
method: POST
path: "/api/v1/integrations/{provider}/start"
tags: ["integrations"]
---

# POST /api/v1/integrations/{provider}/start

`POST /api/v1/integrations/{provider}/start`

## Path parameters

- `provider` string, required

## Request body

- StartOAuthDto
  - `userId` string, required — Application user identifier to associate the connection with
  - `redirectUri` string, required — Frontend callback URL that receives the OAuth code
  - `scopes` string[] — Optional override of scopes to request

## Response `200`

- OAuthStartResponseDto
  - `provider` string, required
  - `authorizationUrl` string, required
  - `state` string, required
  - `expiresIn` number, required — Suggested client-side TTL for the authorization URL

## Changes

- **2025-11-07** `f2ff775c3589` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/integrations/:provider/start/post.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
