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 the following steps:
- First, the endpoint authenticates the user by using the sender's unique API Key.
- Next, it validates the data payload.
- Then it 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.