---
title: "Zoho Callback"
method: POST
path: "/oauth/zoho/callback"
tags: ["OAuth"]
---

# Zoho Callback

`POST /oauth/zoho/callback`

OAuth callback endpoint for Zoho integration (called by frontend).
Exchanges authorization code for access token and stores credentials.

## Query parameters

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

## Response `200`

Successful Response

- ZohoStatus — Zoho Calendar connection status
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `expires_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
