Buying groups API
4 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
POST |
/api/buying-groups/ |
Add Buying Group Member Accepts a JSON body. |
GET |
/api/buying-groups/opportunity/{opp_id} |
List Buying Group |
PUT |
/api/buying-groups/{member_id} |
Update Buying Group Member Accepts a JSON body. |
DELETE |
/api/buying-groups/{member_id} |
Remove Buying Group Member |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.