---
title: "Ghl Callback"
method: POST
path: "/integrations/ghl/callback"
tags: ["GoHighLevel"]
---

# Ghl Callback

`POST /integrations/ghl/callback`

Exchange the GoHighLevel authorization code and store credentials.

## Query parameters

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

## Response `200`

Successful Response

- GhlStatus — GoHighLevel connection status
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `expires_at` string, nullable
  - `location_id` 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/4a81645b59f6/schema)
