Skip to main content

Introduction

Integrating Kelvin Data to your application.#

We have two ways in which you can integrate Kelvin data to your application.

  1. API Keys.
  2. Web Hooks.

API Keys.#

Integration via API Keys is used when you want to ask/send some data to the Kelvin server.

Example:

  1. Getting consignments data.
  2. Ending a consignment.

Web Hooks.#

Webhooks would be used when you want to send/ask for some data from the Kelvin servers but you don't want to wait till the server responds. Once the server has the data it would send it to your application.

Example:

  1. Device event generated on Kelvin servers would trigger a request to your server endpoint.