How do I know if Klips supports the API I am using?

Start by checking our current list of data source connectors to see if a we have a pre-built connector for the service you're interested in.

If you don't see the connector you're looking for, do a web search for the API's REST connector to find its authentication method. We recommend using the search terms "service name API" or "service name developers".

Depending on the API, perform one of the following actions:

  • For an API that uses basic authentication - username and/or password - use our web accessible connector. Learn more about the REST/URL connector.
  • For an API that uses an OAuth Token, contact support@klipfolio.com.
  • For an API that uses an API key for authentication, add the API key to the end of the API connection URL. An API key is often used as a value in a query parameter or header. For more information on using the API key, refer to the service's API documentation.
  • For an API that requires a separate login URL/call and a data URL/call, use 2-Step authentication. Learn more about 2-Step authentication.

For any other API authentication methods, contact us at support@klipfolio.com.

Have more questions? Submit a request