Bundles
Delete a bundle
Deletes the bundle and its product links. Products themselves are not deleted.
Deletes the bundle and its product links. Products themselves are not deleted.
Authorization
ApiKeyAuth x-api-key<token>
API key from the CoverPort developer portal.
In: header
Path Parameters
bundleId*integer
Range
1 <= valueResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/bundles/42"Empty
Create a bundle POST
Creates a bundle and optionally links products to it. The first id in product_ids becomes the primary product. When product_ids is non-empty, at least one of root_insurer_db_id, root_mga_db_id or root_seller_db_id is required. Unknown fields are rejected.
Get a bundle GET
Returns the bundle with its linked products and primary product.