Create shareable wish lists via the API

Currently the only parameters that can be specified when creating a wish list via the API are the name and the description. I would like to create wish lists programmatically and share them with the users of my site. For this to work I need to be able to enable the share feature (which is available on the main website) via the API. I could do what Rebrickable is doing and have the user share their API key with me, but for ease of use I would prefer if I could make the wish list on the users behalf on my account and just share the link with them. In order for this to be accomplished, the API needs to add a share parameter when the wish list is being created or could follow a similar model to the lots and allow the shareable parameter to be manipulated on an update request.
Sign In or Register to comment.