curl --request GET \
--url https://api.example.com/v1/companies/:id/deals{
"data": {
"deals": [
{}
]
},
"meta": {}
}Retrieve deals linked to a specific company
curl --request GET \
--url https://api.example.com/v1/companies/:id/deals{
"data": {
"deals": [
{}
]
},
"meta": {}
}Authorization: Bearer wbk_your_api_key_here
Show properties
id, name, stage, status, pipeline, estimated_value, priority, created_date, updated_datecurl https://data.leadlex.com/functions/v1/api-gateway/v1/companies/co-001/deals \
-H "Authorization: Bearer wbk_your_api_key_here"
| Status | Code | Description |
|---|---|---|
| 403 | insufficient_permissions | Missing companies:read permission |