Create a new favorite list
POST/v2/favoritelists
Creates a new favorite list with the specified configuration.
The favorite list can be associated with a company, contact, or customer, and can contain products and/or clusters. A URL-friendly slug will be automatically generated from the name.
Ownership Rules:
- Only one ownership type is allowed (company OR contact OR customer)
- Use either ID or Source format for entity references
- Default lists are automatically marked with special handling
Request
Responses
- 201
- 400
- 403
- 500
The favorite list has been successfully created.
The request body contains invalid data or violates business rules.
You do not have permission to create favorite lists.
An unexpected error occurred while creating the favorite list.