API - API call to List Opportunities of a Lead

List opportunities of a Lead

GET /listopportunitysleadcomplete/XXXX?i=instance

XXX = Lead ID

Full endpoint: https://sprinthub-api-master.sprinthub.app/listopportunitysleadcomplete/XXX?i=instancearrow-up-right

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

apitoken

XXXXXXX

```json
[
    {
        "id": 4533,
        "title": "Test Opportunity",
        "value": "1.00",
        "crm_column": 159,
        "lead_id": 8473,
        "sequence": 2
        ...
    }
]
```

Test in Postman

Last updated

Was this helpful?