This page will help you get started with Data Integration API.

It is essential that users integrate data from their POS and other internal data sources to fully leverage Solink. Among the many integration options, Solink provides the capacity to integrate via an authenticated webhook.

A webhook is a RESTful API endpoint that allows partners, customers and third-party data providers to use HTTP to POST data to the Solink service. Once the endpoint receives data, it performs several steps sequentially. First, it authenticates the user using the sender's unique API Key. Next, it validates the data payload, and then maps the incoming data based on the supplied client secret. Finally, it tags the data event with corresponding video information and publishes to the consolidated results in Solink. Data may be posted to the webhook in real-time or on a schedule.