KKid
Get list of wishlist items
get/kkid/wishlist
Query parameters
kidUserIdinteger
userID of the kid
Response
search results matching criteria
Example response
{
"wish": [
{
"master_id": 1,
"user_id": 1,
"link": "https://www.google.com",
"description": "Pokemon trading cards",
"id": 1,
"title": "Pokemon Cards",
"priority": 1
},
{
"master_id": 1,
"user_id": 1,
"link": "https://www.google.com",
"description": "Pokemon trading cards",
"id": 1,
"title": "Pokemon Cards",
"priority": 1
}
],
"success": true
}