get wishlists
GET
/wishlists
Returns all wishlists for user
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": [
{
"item": "abcdefg"
}
],
"shareId": "8mKbkAs7sgoiZhAyyyyGB",
"userId": "auth0|65afcb79a4f5ae5550e6e63a",
"wishlistId": "CZopaCCC69IkS8dIW2QFj"
},
{
"content": [
{
"item": "abcdefg"
}
],
"shareId": "9wlVXmbVuUYTbiMZgqDkN",
"userId": "auth0|65afcb79a4f5ae5550e6e63a",
"wishlistId": "default"
}
]