---
title: "Get or Create Contact"
method: POST
path: "/api/v1/ghl/contacts"
tags: ["GHLService"]
---

# Get or Create Contact

`POST /api/v1/ghl/contacts`

## Request body

- GetOrCreateGHLContactRequest
  - `org_id` string, required — Organization ID
  - `location_id` string — GHL location ID
  - `name` string — Contact name
  - `email` string — Contact email
  - `phone` string — Contact phone

## Response `200`

Successful response

- GetOrCreateGHLContactResponse
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `name` string
    - `email` string
    - `phone` string
    - `location_id` 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/versions/48f45dc58534/schema)
