saved

Save Public List

Copy a public list into the caller's own saved lists ("Save list").

The members are CLONED row-for-row rather than re-saved through /add-place: that path keys on a canonical (or Google) place id, and an imported list's places routinely have place_id IS NULL — for those the denormalized row is the place, so re-saving would drop them. The copy is a snapshot: the new owner can rename/delete it, and later edits by the original owner don't propagate.

Idempotent for social lists via the same (user_id, source, source_post_code) key the re-import dedup uses — saving a reel-derived list twice, or saving one you already imported yourself, returns the list you already have instead of a duplicate.

post/saved/public/{list_id}/save

Path parameters

list_idstring uuid required

Response

Successful Response

idstring uuid required
titlestring required
sourcestring required
source_urlstring nullable required
source_authorstring nullable required
citystring nullable required
cover_image_urlstring nullable required
item_countinteger required
is_sharedboolean required
statusstring required
failed_reason'post_unavailable' nullable
created_atstring required
updated_atstring required
visibility'public' | 'private' required
slugstring nullable required
public_urlstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.