curl --request GET \
--url https://services.leadconnectorhq.com/opportunities/search \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"opportunities": [
{
"id": "yWQobCRIhRguQtD2llvk",
"name": "testing",
"monetaryValue": 500,
"pipelineId": "VDm7RPYC2GLUvdpKmBfC",
"pipelineStageId": "e93ba61a-53b3-45e7-985a-c7732dbcdb69",
"assignedTo": "zT46WSCPbudrq4zhWMk6",
"status": "open",
"source": "",
"lastStatusChangeAt": "2021-08-03T04:55:17.355Z",
"lastStageChangeAt": "2021-08-03T04:55:17.355Z",
"lastActionDate": "2021-08-03T04:55:17.355Z",
"indexVersion": 1,
"createdAt": "2021-08-03T04:55:17.355Z",
"updatedAt": "2021-08-03T04:55:17.355Z",
"contactId": "zT46WSCPbudrq4zhWMk6",
"locationId": "zT46WSCPbudrq4zhW",
"contact": {
"id": "byMEV0NQinDhq8ZfiOi2",
"name": "John Deo",
"companyName": "Tesla Inc",
"email": "john@deo.com",
"phone": "+1202-555-0107",
"tags": [
"<string>"
]
},
"notes": [
"<array>"
],
"tasks": [
"<array>"
],
"calendarEvents": [
"<array>"
],
"lostReasonId": "zT46WSCPbudrq4zhWMk6",
"customFields": [
{
"id": "MgobCB14YMVKuE4Ka8p1",
"fieldValue": "<string>"
}
],
"followers": [
"<array>"
]
}
],
"meta": {
"total": 1,
"nextPageUrl": "http://localhost:5066/opportunities/search?q=&location_id=ve9EPM428h8vShlRW1KT&pipeline_id=&pipeline_stage_id=&status=&assigned_to+=&campaignId=&id=&order=&endDate=&startAfter=1625203104328&startAfterId=yWQobCRIhRguQtD2llvk&date=&limit=1&country=&page=1",
"startAfterId": "yWQobCRIhRguQtD2llvk",
"startAfter": 1625203104328,
"currentPage": 2,
"nextPage": 3,
"prevPage": 1
},
"aggregations": {}
}Search Opportunity
curl --request GET \
--url https://services.leadconnectorhq.com/opportunities/search \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"opportunities": [
{
"id": "yWQobCRIhRguQtD2llvk",
"name": "testing",
"monetaryValue": 500,
"pipelineId": "VDm7RPYC2GLUvdpKmBfC",
"pipelineStageId": "e93ba61a-53b3-45e7-985a-c7732dbcdb69",
"assignedTo": "zT46WSCPbudrq4zhWMk6",
"status": "open",
"source": "",
"lastStatusChangeAt": "2021-08-03T04:55:17.355Z",
"lastStageChangeAt": "2021-08-03T04:55:17.355Z",
"lastActionDate": "2021-08-03T04:55:17.355Z",
"indexVersion": 1,
"createdAt": "2021-08-03T04:55:17.355Z",
"updatedAt": "2021-08-03T04:55:17.355Z",
"contactId": "zT46WSCPbudrq4zhWMk6",
"locationId": "zT46WSCPbudrq4zhW",
"contact": {
"id": "byMEV0NQinDhq8ZfiOi2",
"name": "John Deo",
"companyName": "Tesla Inc",
"email": "john@deo.com",
"phone": "+1202-555-0107",
"tags": [
"<string>"
]
},
"notes": [
"<array>"
],
"tasks": [
"<array>"
],
"calendarEvents": [
"<array>"
],
"lostReasonId": "zT46WSCPbudrq4zhWMk6",
"customFields": [
{
"id": "MgobCB14YMVKuE4Ka8p1",
"fieldValue": "<string>"
}
],
"followers": [
"<array>"
]
}
],
"meta": {
"total": 1,
"nextPageUrl": "http://localhost:5066/opportunities/search?q=&location_id=ve9EPM428h8vShlRW1KT&pipeline_id=&pipeline_stage_id=&status=&assigned_to+=&campaignId=&id=&order=&endDate=&startAfter=1625203104328&startAfterId=yWQobCRIhRguQtD2llvk&date=&limit=1&country=&page=1",
"startAfterId": "yWQobCRIhRguQtD2llvk",
"startAfter": 1625203104328,
"currentPage": 2,
"nextPage": 3,
"prevPage": 1
},
"aggregations": {}
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 "john@deo.com"
Location Id
"i2SpAtBVHSVea1sL6oah"
Pipeline Id
"bCkKGpDsyPP4peuKowkG"
stage Id
"7915dedc-8f18-44d5-8bc3-77c04e994a10"
Contact Id
"WFwVrSSjZ2CNHbZThQX2"
open, won, lost, abandoned, all "082goXVW3lIExEQPOnd3"
Campaign Id
"Y2I9XM7aO1hncuSOlc9L"
Opportunity Id
"123akv4LFn6C9frZoy3e"
"added_asc"
End date
"mm-dd-yyyy"
Start After
"1628008053263"
Start After Id
"UIaE1WjAwWKdlyD7osQI"
Start date
"mm-dd-yyyy"
"US"
Limit Per Page records count. will allow maximum up to 100 and default will be 20
get Tasks in contact
false
get Notes in contact
false
get Calender event in contact
false
Was this page helpful?