leadsReturns all the leads, which are connected to the contact with the given contact-ID.

Returns all the leads, which are connected to the contact with the given contact-ID.

curl -X GET "https://api.example.com/restapi/v1/leads/search/cid/123" \
  -H "Content-Type: application/json"
[
  {
    "leadId": 123,
    "name": "John Doe",
    "sector": "example_string",
    "region": "example_string",
    "size": 42,
    "category": "example_string",
    "processor": "example_string",
    "rating": 42
  }
]
GET
/leads/search/cid/{contactid}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
contactidinteger
Required

The contact ID, needed to find the leads connected to the contact with this ID.

Request Preview
Response

Response will appear here after sending the request

Path Parameters

contactidinteger
Required

The contact ID, needed to find the leads connected to the contact with this ID.

Responses

leadIdinteger
namestring
sectorstring
regionstring
sizeinteger
categorystring
processorstring
ratinginteger