Skip to main content

Introduction

Integrating Pixel Data to your application.#

We have two ways in which you can integrate Pixel 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 Pixel server.

Example:

  1. Getting warehouse data.
  2. Getting device data.

Web Hooks.#

Webhooks would be used when you want to send/ask for some data from the Pixel 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 Pixel servers would trigger a request to your server endpoint.