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
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.
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.ymlNOTE
See the Developer Guide for information on what is output in the webhook.
Prerequisites
You will need:
- Your
tenant
is the same as your tenant account number. Visit the Tenant Service API on the Zebra Developer Portal to retrieve yourtenant
if you don't already have it available.
Examples:
If you don't have an organization account with Zebra your
tenant
should look like this2e18f99ae1644282a7ead607afb7367d
If you do have an organizational account with Zebra your
tenant
should look similar to one of these two formats:75423
zebra
.
- A valid
Bearer token
or a validAPI Key
. You can generate aBearer token
by sending yourclient_id
andclient_secret
in aGET
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}}'
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.