Get a favorite list by ID
GET/v2/favoritelists/:id
Retrieves a specific favorite list using its unique identifier.
Returns complete favorite list details including associated items, ownership information, and metadata.
This endpoint provides full access to a favorite list's data including:
- Basic information (name, slug, default status)
- Ownership details (company, contact, or customer)
- Associated items (products and clusters)
- Timestamps (creation and last update)
The response includes all fields necessary for displaying, editing, or managing the favorite list.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The favorite list has been successfully retrieved.
The provided ID format is invalid.
Authentication credentials are missing or invalid.
You do not have permission to access this resource.
The favorite list with the specified ID was not found.
An unexpected error occurred on the server.