---
title: "Connector Oauth Callback"
method: GET
path: "/connectors/{provider_id}/callback"
tags: ["connectors"]
---

# Connector Oauth Callback

`GET /connectors/{provider_id}/callback`

OAuth redirect handler (runs in popup).

Sends the authorization code back to the opener via postMessage,
then closes itself.

## Path parameters

- `provider_id` string, required

## Query parameters

- `code` string
- `state` string
- `error` string

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
