---
title: "Api Integrations Oauth Callback Retrieve"
method: GET
path: "/api/integrations/oauth/{provider_key}/callback/"
tags: ["integrations"]
---

# Api Integrations Oauth Callback Retrieve

`GET /api/integrations/oauth/{provider_key}/callback/`

OAuth callback — exchanges code for token and returns an HTML page that closes the popup.

## Path parameters

- `provider_key` string, required

## Query parameters

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

## Headers

- `Authorization` string, required

## Response `200`

No response body

- IntegrationsApiIntegrationsOauthCallbackRetrieveResponse200 — Empty response body

## Changes

- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/integrations/oauth/:provider_key/callback/get.md)

---

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