v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
KKid

Get list of wishlist items

get/kkid/wishlist

Query parameters

kidUserIdinteger

userID of the kid

Response

search results matching criteria

successboolean

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
}