---
title: "Custom OAuth callback (GET)"
method: GET
path: "/api/auth/oauth/custom/{key}/callback"
tags: ["Client"]
---

# Custom OAuth callback (GET)

`GET /api/auth/oauth/custom/{key}/callback`

OAuth callback endpoint for custom OAuth providers

## Path parameters

- `key` string, required

## Query parameters

- `code` string, required
- `state` string, required

## Other responses

- `302` — Redirect to application after custom OAuth completion

---

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