Authorizations
Path Parameters
The UUID of the list being requested
Body
application/json
Response
OK
What it does
Adds and/or removes company IDs from an existing company list in a single request.
Why you’d use it
Keep a sourcing or diligence shortlist in sync programmatically (e.g., bulk update members as your pipeline changes)
Key behaviours
Provide add_ids and delete_ids in the request body; you can send either or both in the same call.
Operations run in order: add first, then remove. If an ID appears in both arrays, it will not be in the list after the update.
To create a new list and add companies in one step, use the POST Create a new company list endpoint.
The list_id must be a UUID; otherwise a 400 Bad Request is returned.
The list must be shared with the API to be modifiable.
The UUID of the list being requested
OK