---
title: "Get the organization's public lead-form link"
method: GET
path: "/lead-form"
tags: ["Lead Form"]
---

# Get the organization's public lead-form link

`GET /lead-form`

Return the public URL a portal should link visitors to.

Leads captured through it become contacts in this organization and are
delivered to subscribed portals as a `contact.created` webhook.

## Response `200`

Successful Response

- object
  - `ok` boolean, required
  - `data` object, nullable — Public lead-form link exposed to connected portals. External-only schema: it deliberately shares nothing with the internal ``LeadFormResponse`` and exposes no internal identifiers.
    - `url` string, required — Public URL of the organization's lead form
    - `is_enabled` boolean, required — False when the form is currently not accepting leads
  - `meta` object, nullable
    - `limit` integer, required
    - `offset` integer, required
    - `total_items` integer, required
  - `error` object, nullable
    - `code` string, required
    - `message` string, required
    - `details` union
      - string
      - string[]
      - object

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
