---
title: "Begin connecting the calling member's account for a provider"
method: GET
path: "/v1/oauth-providers/{providerId}/connect/start"
tags: ["Authentication"]
---

# Begin connecting the calling member's account for a provider

`GET /v1/oauth-providers/{providerId}/connect/start`

Returns an authorize URL to redirect the member's browser to. Requires the org to have already saved an OAuth client for this provider.

## Path parameters

- `providerId` string, required

## Response `200`

Authorize URL to redirect to.

- OAuthConnectStartResponse
  - `authorizeUrl` string, required

## Other responses

- `400` — Unknown providerId.
- `401` — The caller must be signed in.
- `404` — The org has not configured an OAuth client for this provider yet.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
