Skip to main content
GET
/
api
/
v1
/
leads
/
{leadId}
/
contacts
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "matches": [
      {
        "companyName": "<string>",
        "matches": [
          {
            "linkedInUrl": "<string>",
            "firstName": "<string>",
            "lastName": "<string>",
            "fullName": "<string>",
            "headline": "<string>",
            "currentTitle": "<string>",
            "profileLocation": "<string>",
            "companyName": "<string>",
            "matchedCompanyName": "<string>",
            "positions": [
              {
                "title": "<string>",
                "company": "<string>",
                "startYear": 123,
                "endYear": 123
              }
            ],
            "employmentStatus": "current",
            "matchScore": 123
          }
        ],
        "lastMatchedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "status": {
      "status": "idle",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "error": "<string>"
    }
  }
}

Path Parameters

leadId
string
required
Minimum string length: 1

Response

OK

ok
any
required
meta
object
required
data
object
required