Jump to Content
Findify
API Reference
Log InFindify
API Reference
Log In

Overview

  • Introduction
  • Authentication
  • Required data

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

  • Push API - Products
    • /productspost
    • /products/{id}put
    • /products/{id}patch
    • /products/{id}del
  • Content API - Content
    • /content/{source}post
    • /content/{source}/{id}put
    • /content/{source}/{id}patch
    • /content/{source}/{id}del

Analytics JS

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

JS SDK

  • Introduction
  • FindifySDK.init(config)
  • client.autocomplete(request)
  • client.search(request)
  • client.collection(request)
  • client.recommendations(type, request)
  • client.feedback(type, request)
Powered by 

/smart-collection/{slot}

post https://api-v3.findify.io/v3/smart-collection/

Get the smart collections results

Get the complete smart collection results. This is similar to a search query.

Language
Credentials
Header
Click Try It! to start a request and see the response here!