Skip to main content
GET
/
api
/
v1
/
leads
/
{leadId}
/
related-projects
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "mode": "all",
    "items": [
      {
        "id": "<string>",
        "legacy": {
          "convexId": "<string>",
          "goldenLeadId": 123
        },
        "projectName": "<string>",
        "companyName": "<string>",
        "description": "<string>",
        "location": {
          "raw": "<string>",
          "city": "<string>",
          "state": "<string>"
        },
        "scores": {
          "strategicScore": 123,
          "validationTier": "PLATINUM",
          "validationScore": 123,
          "goNoGoScore": 123
        },
        "updatedAt": "2023-11-07T05:31:56Z",
        "following": true,
        "lastViewedAt": "2023-11-07T05:31:56Z",
        "pipelineStage": "<string>"
      }
    ],
    "totalCount": 1
  }
}

Path Parameters

leadId
string
required
Minimum string length: 1

Query Parameters

mode
enum<string>
Available options:
all,
company,
location,
keyPeople
limit
integer
default:20
Required range: 1 <= x <= 50

Response

OK

ok
any
required
meta
object
required
data
object
required