Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RFID Events API

Capture and query EPCIS events (Object, Aggregation, Transaction, Transformation, Association)

This API exposes 3 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://{host}/epcis.

3 operations 2 paths 2 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.zebra.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

RFID Events API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Events 3

Capture and query EPCIS events (Object, Aggregation, Transaction, Transformation, Association)

POST
/events
Capture EPCIS Events
captureEvents body → 201400401403
GET
/events
Query EPCIS Events
getEvents 11 params → 200400401
GET
/events/{eventID}
Get Single EPCIS Event
getEvent 1 param → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are EPCISEvent (13 properties), EPCISEventList (5 properties). Each schema is shown below with its type and property counts.

EPCISEventList
object
5 properties
EPCISEvent
object
13 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rfid-events-api-openapi.yml Raw ↑