---
title: "Apple Callback"
method: POST
path: "/api/v1/auth/expert/apple/callback"
tags: ["Auth - Expert"]
---

# Apple Callback

`POST /api/v1/auth/expert/apple/callback`

Exchange Apple Sign-In authorization code for tokens.

Reuses GoogleCallbackRequest because the wire shape (code + redirect_uri)
is identical — Auth0 abstracts the provider differences server-side.

## Request body

- GoogleCallbackRequest
  - `code` string, required
  - `redirect_uri` 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)
