Authentication
This endpoint requires authentication. Include a valid bearer token in the Authorization header.Query Parameters
Search wishlists by name or product name. This performs a partial match across wishlist names and product names within the wishlists.
Response
Returns an array of wishlist objects. Each wishlist includes:Unique identifier for the wishlist
Name of the wishlist
Display name of the wishlist owner
Visibility setting for the wishlist. Options:
private, public, or sharedprivate: Only the owner can view the wishlistpublic: Anyone can view the wishlistshared: Only users with the sharing URL can view the wishlist
Optional notes about the wishlist
Array of wishlist items
Direct URL to access this wishlist
Public URL for the wishlist (only available if audience is
public)Shareable URL with token for the wishlist (only available if audience is
shared)Timestamp when the wishlist was created
Timestamp when the wishlist was last updated
Example Request
cURL
Search Wishlists
Example Response
200 - Success
401 - Unauthorized
The
sharing_url is automatically generated when a wishlist’s audience is set to shared. Use this URL to share the wishlist with others without requiring authentication.