Flipsnack API
  • API documentation
  • Getting started
  • API status codes
  • API limitations
  • How to get an API key
  • How to sign a request
  • API reference
    • collection.create
    • collection.getCollection
    • collection.update
    • collection.deleteCollection
    • collection.getEmbed
    • collection.getStats
    • collection.getList
    • collection.downloadHTML
    • user.getStats
  • Zapier
    • zapier.getZapierLeadFormSample
Powered by GitBook
On this page

API documentation

Get up and running with Flipsnack public API

NextGetting started

Last updated 1 year ago

This API allows developers to write applications that interact with Flipsnack from a 3rd party system. The API exposes different methods to manage a single user's collections, based on an API key provided for that specific user.

What can you do with the API:

  • Upload files to create new collections;

  • Update collection settings;

  • Delete collections;

  • Get collection data;

  • Retrieve a list of collections for the user who owns the API key;

  • Retrieve statistics data for an entire user workspace or a single collection;

  • Get the embed code for a specific collection.

  • Generate the HTML package and get the download url for a collection.

To protect our users data and the Flipsnack application, our public API imposes certain . Abusing the API will get your API key banned and you will not be able to access Flipsnack data as a result. Your API key is available during your subscription period. Once your subscription ends, the API key will be disabled automatically.

limitations