JUMP TOSearch API OverviewIntroductionAuthenticationRequired dataSearch JSON APISearch API/autocompletepost/searchpost/search/contentpostSmart Collection API/smart-collection/{slot}postRecommendation API/recommend/{slot}post/recommend/items/newestpost/recommend/items/trendingpost/recommend/items/viewed/latestpost/recommend/items/{item_id}/viewed/viewedpost/recommend/items/{item_id}/viewed/boughtpost/recommend/items/{item_id}/bought/boughtpostFeedback API/feedbackpostPush APIContent API/content/{source}postProduct Push API/productpostAnalytics JSFindify Analytics JSGithub: Findify Analytics JSNPM: Findify Analytics JSfindifyAnalytics(config)client.sendEvent(type, request)client.userJS SDKIntroductionGithub: Findify JS SDKFindifySDK.init(config)client.send(request, opts)Push Content APIGetting Started With Your APIPowered by client.userReturns: Returns user object, which can be used further in FindifySDK, FindifyHelpers libraries or in plain Findify REST API. Examples of usage: JavaScriptvar user = client.user; var findifySdkClient = FindifySDK.init({ key: 'f8923hg20hg248g8g9h', user: user });