get a wishlist
GET
/wishlists/{wishlistId}
Returns a specified wishlist for a user
-
If a wishlist for the specified wishlistId is not found, a
404 Not Found
is returned -
Users will always have a wishlist with the wishlistd "default"
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
format
Returns the card content without signed access urls
Typestring
Example
raw
Responses
200 OK
application/json
JSON
{
"content": [
],
"shareId": "9wlVXmbVuUYTbiMZgqDkN",
"userId": "auth0|65afcb79a4f5ae5550e6e63a",
"wishlistId": "default"
}