🚀 Quickstart
Connect to KlickTipp with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> KlickTipp.
Authorize KlickTipp
Go to Connections -> Add Test Connection -> Authorize, then enter your API key. Later, you’ll let your users do the same directly from your app.
Call the KlickTipp API
KlickTipp requires the API key in the request body. Retrieve the stored credentials, then include the key in your call. Replace the placeholders below with your secret key, integration ID, and connection ID:✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production API key, follow the connect guide linked below.
📚 KlickTipp Integration Guides
Nango maintained guides for common use cases.- How to obtain your KlickTipp API key Get your API key to connect KlickTipp to Nango
KlickTipp authenticates via an API key sent in the request body. The Nango proxy stores the key securely; at runtime, retrieve it via the Node SDK and include it in your request body directly.