---
title: "Get GHL Appointment"
method: GET
path: "/api/v1/ghl/appointments/{appointment_id}"
tags: ["GHLService"]
---

# Get GHL Appointment

`GET /api/v1/ghl/appointments/{appointment_id}`

## Path parameters

- `appointment_id` string, required

## Query parameters

- `org_id` string

## Response `200`

Successful response

- GetGHLAppointmentResponse
  - `success` boolean
  - `message` string
  - `data` GHLAppointment
    - `id` string
    - `ghl_appointment_id` string
    - `contact_id` string
    - `agent_id` string
    - `agent_name` string
    - `contact_name` string
    - `contact_email` string
    - `contact_phone` string
    - `appointment_time` string
    - `status` string

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/revisions/48f45dc58534/schema)
