API - API call to List Opportunities of a Lead
List opportunities of a Lead
Name
Value
```json
[
{
"id": 4533,
"title": "Test Opportunity",
"value": "1.00",
"crm_column": 159,
"lead_id": 8473,
"sequence": 2
...
}
]
``` "error": "Invalid request"
}Test in Postman

PreviousAPI - API call to create/update Opportunity in the CRMNextAPI - API call to update the Lead's UTMs
Last updated
Was this helpful?