For AI agents: visit https://findify.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
FindifyFindify
API Reference
Log InFindify
API Reference
Log In

Search API Overview

  • Introduction
  • Authentication
  • Required data

Search JSON API

  • Search API
    • /autocompletepost
    • /searchpost
    • /search/contentpost
  • Smart Collection API
    • /smart-collection/{slot}post
  • Recommendation 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/boughtpost
  • Feedback API
    • /feedbackpost

Push API

  • Content API
    • /content/{source}post
  • Product Push API
    • /productpost

Analytics JS

  • Findify Analytics JS
  • Github: Findify Analytics JS
  • NPM: Findify Analytics JS
  • findifyAnalytics(config)
  • client.sendEvent(type, request)
  • client.user

JS SDK

  • Introduction
  • Github: Findify JS SDK
  • FindifySDK.init(config)
  • client.send(request, opts)

Push Content API

  • Getting Started With Your API
Powered by 

client.user

Returns:

Returns user object, which can be used further in FindifySDK, FindifyHelpers libraries or in plain Findify REST API.

Examples of usage:

var user = client.user;

var findifySdkClient = FindifySDK.init({
    key: 'f8923hg20hg248g8g9h',
    user: user
});

Updated almost 9 years ago


Updated almost 9 years ago