In Api doc There are only examples to connect facebook and google analytics using api. It should be provided for all connectors
1 comment
-
Hi There -
If you are looking to create a data source using a connector API (Facebook, Twitter, Google, LinkedIn, etc), then you should look to our Knowledge base for details and connect to it through our data source connector page, here is one place to get you started: https://support.klipfolio.com/hc/en-us/articles/215547078-Creating-data-sources.
If you wish to use the Klipfolio API to automate your data source creation - and you have already created a data source for the service through the dashboard, this should help. We don't provide examples for all connectors through the Klipfolio API because of the volume of connectors we offer. There are so many variations and types, we selected the two most popular ones to showcase.
The best way to get started using the Klipfolio API for creating data sources is to use an existing data source as an example. Find a data source in your library and then use the API to get the details for it.
For example, to get all of the properties, you can add ?full=true
GET https://app.klipfolio.com/api/1/datasources/{id}?full=true
Then you can use the response to make a template for creating new data sources using the POST command.
These API endpoints will help you:
http://apidocs.klipfolio.com/reference#section-get-datasourcesid
http://apidocs.klipfolio.com/reference#section-post-datasources
I hope this helps. If you have any additional questions please let us know.
- Meggan