---
title: "Api Auth Oauth Callback"
method: GET
path: "/api/auth/oauth/{provider}/callback"
tags: ["Auth"]
---

# Api Auth Oauth Callback

`GET /api/auth/oauth/{provider}/callback`

OAuth callback — exchanges authorization code for user profile, creates session,
and redirects to dashboard.

## Path parameters

- `provider` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/526c3dd3d9d7/schema)
