Overview
This article explains how we can use Klipfolio API to get a list of Klips that are attached to a specific data source.
Steps
1. Get the data source Id from the Library -> Data sources
2. Use the GET Klips Klipfolio API call. You may refer more details in our API documentation:
http://apidocs.klipfolio.com/docs/klips
3. The data source Id can be mentioned the in query parameter "datasource_id"
Example:
Method = GET
Query URL = https://app.klipfolio.com/api/1.0/klips?datasource_id=<your datasource Id>
Under Headers section:
kf-api-key = <your API key>
(Can be generated form Account -> My Profile -> General Information section)