Support icon
Exzellenter Support auf Deutsch
inkl. Zoom-Live-Trainings Mo. - Fr.

API Integration with Developer and Customer Keys

Discover how easy it is to use the API connection with developer and customer keys. Effortlessly sync your data and automate your marketing activities.

Want your customers to seamlessly integrate your system with KlickTipp? Use KlickTipp’s API along with your developer key. This allows for a straightforward connection without the need for a username or password, enabling your customers to access your system and leverage KlickTipp’s features with ease.

An API connection with a username and password is common but not always ideal. Updates must always be made in the API connection with the third-party provider. Therefore, API connection using the developer and customer keys offer a great advantage.

Important to know:

  • You can access KlickTipp's API functionality starting with the Premium version.
  • To use the developer key and customer key, you'll need an Enterprise account.

Querying the Customer Key

  • First, login to your KlickTipp account.
  • Click → My account → Settings → User account.
  • Scroll down to the → Developer key section.
  • Copy the link under → Link to dialog → Access confirmation.
  • Add the individual URL to this link to which the customer key should be sent, e.g:
https://deinedomain.com/klick-tipp-api?customerkey=
Kopieren
  • Your customer follows the dialog for API access authorization.
  • After clicking → Confirm API Access, the customer key is automatically transmitted. This occurs through the aforementioned individual URL.

Download the KlickTipp-Connector

  • To use developer and customer keys, download the KlickTipp Connector.
  • Click on the download button under → PHP interface class.
  • Unzip the file and open it with a suitable text editor.
  • You'll find the KlickTipp partner connector around line 950 in the function:
public function __construct($username, $developer_key, $customer_key, $service = 'http://api.klicktipp.com') { parent::__construct($service);
Kopieren

Hat Dir dieser Beitrag weitergeholfen?