Overview

Setup webhook alerts to your system for temperature out of range events.  You can get the data in a Zebra standard format or EPCIS 2.0 format.

Getting Started

Developer Guide

Authentication

A Zebra Data Services application key is required for using and testing this API. As part of the Early Access Program, you will be issued a key that you can find on the Apps Page.

Getting Started

Authentication

A Zebra Data Services application key is required for using and testing this API. As part of the Early Access Program, you will be issued a key that you can find on the Apps Page.

Overview

Setup webhook alerts to your system for temperature out of range events.  You can get the data in a Zebra standard format or EPCIS 2.0 format.

Environmental Sensor Event Subscription
 1.2.2 
OAS 3.0

https://developer.zebra.com/sites/default/files/event-subscription_1_2_2.yml

NOTE

See the Developer Guide for information on what is output in the webhook.

Prerequisites

You will need:

  1. Your tenant is the same as your tenant account number. Visit the Tenant Service API on the Zebra Developer Portal to retrieve your tenant if you don't already have it available.
    Examples:
  • If you don't have an organization account with Zebra your tenant should look like this 2e18f99ae1644282a7ead607afb7367d

  • If you do have an organizational account with Zebra your tenant should look similar to one of these two formats:

    • 75423

    • zebra.

  1. A valid Bearer token or a valid API Key. You can generate a Bearer token by sending your client_id and client_secret in a GET request to Zebra as in this example.

  curl --location 'https://api.zebra.com/v2/oauth/token/access' \--header 'client_id: {{your clientId}}' \--header 'client_secret: {{your client secret}}'
      
Servers

Create Event Subscriptions

Manage Event Subscriptions

Error