---
title: "Get Oauth Url"
method: POST
path: "/api/connections/oauth/url"
tags: ["connections"]
---

# Get Oauth Url

`POST /api/connections/oauth/url`

## Headers

- `X-Workspace-Id` string, nullable

## Request body

- OAuthUrlRequest
  - `provider` string
  - `flow_params` object, nullable

## Response `200`

Successful Response

- OAuthUrlResponse
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
