---
title: "Oauth Callback"
method: GET
path: "/api/v1/oauth/callback"
tags: ["OAuth"]
---

# Oauth Callback

`GET /api/v1/oauth/callback`

Auth0 redirects here after user authenticates.
Exchange Auth0 code for tokens, then redirect to branded success page.

## Query parameters

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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
