---
title: "Reprovision an OAuth connection"
method: POST
path: "/public/v1/connections/{connectionId}/reprovision"
tags: ["Connections"]
---

# Reprovision an OAuth connection

`POST /public/v1/connections/{connectionId}/reprovision`

Returns a new provision URL for an existing OAuth connection to re-authorize.

## Path parameters

- `connectionId` string, required

## Response `200`

Provision URL for re-authorization

- OAuthProvisionResponse
  - `connectionId` string, required
  - `provisionUrl` string, required — URL to present to the user to complete the OAuth consent flow

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/versions/0841f04b6bd8/schema)
