RFID website screenshot

RFID

Radio-Frequency Identification (RFID) is an automatic identification technology that uses radio waves to read and capture information stored on a tag attached to an object. RFID powers supply chain visibility, inventory management, asset tracking, access control, and contactless payments. The RFID ecosystem includes hardware vendors (Zebra, Impinj, Alien Technology), software platforms (ClearStream, TagMatiks, Jetstream), and open standards (GS1 EPCIS, EPC Tag Data Standard, ISO 18000 series).

4 APIs 0 Features
RFIDIoTSupply ChainInventory ManagementAsset TrackingGS1EPCIS

APIs

Zebra Data Services for RFID

Zebra Technologies provides cloud-based REST APIs for managing RFID readers, collecting tag data, and integrating RFID intelligence into enterprise applications. Cloud Connect f...

ClearStream RFID REST API

ClearStream provides a RESTful API for RFID and Bluetooth Beacon technology, giving developers full control of RFID readers and gateways to integrate tag data into existing appl...

Impinj ItemSense RAIN RFID API

Impinj provides APIs for RAIN RFID reader management and item location data, enabling real-time item-level inventory visibility in retail, healthcare, and manufacturing environm...

GS1 EPCIS API

The Electronic Product Code Information Services (EPCIS) is GS1's standard for sharing supply chain visibility data. EPCIS 2.0 supports REST/HTTP and JSON-LD for capturing and q...

Collections

Pricing Plans

Rfid Plans Pricing

1 plans

PLANS

Rate Limits

Rfid Rate Limits

1 limits

RATE LIMITS

FinOps

Rfid Finops

FINOPS

Semantic Vocabularies

Rfid Context

27 classes · 1 properties

JSON-LD

JSON Structure

Rfid Epcis Event Structure

0 properties

JSON STRUCTURE

Example Payloads

Rfid Query Events Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
Website
Website
🔗
Website
Website
🔗
Standards
Standards

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: EPCIS 2.0 REST API
  version: 2.0.0
items:
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Query EPCIS Events
      type: http
    http:
      method: GET
      url: https://{host}/epcis/events
      headers:
      - name: GS1-EPCIS-Version
        value: ''
      params:
      - name: eventType
        value: ''
        type: query
      - name: EQ_EPC
        value: ''
        type: query
        description: Filter by specific EPC value
      - name: EQ_bizStep
        value: ''
        type: query
        description: Filter by business step URI
      - name: EQ_disposition
        value: ''
        type: query
        description: Filter by disposition URI
      - name: GE_eventTime
        value: ''
        type: query
        description: Events at or after this time
      - name: LT_eventTime
        value: ''
        type: query
        description: Events before this time
      - name: EQ_readPoint
        value: ''
        type: query
        description: Filter by read point URI
      - name: EQ_bizLocation
        value: ''
        type: query
        description: Filter by business location URI
      - name: maxEventCount
        value: ''
        type: query
        description: Maximum number of events to return
      - name: nextPageToken
        value: ''
        type: query
        description: Pagination token for next page
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Query EPCIS events using filter parameters. Supports filtering by EPC, event type, time range, business step, disposition,
      and location.
  - info:
      name: Capture EPCIS Events
      type: http
    http:
      method: POST
      url: https://{host}/epcis/events
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Capture one or more EPCIS events. Accepts ObjectEvent, AggregationEvent, TransactionEvent, TransformationEvent,
      and AssociationEvent types.
  - info:
      name: Get Single EPCIS Event
      type: http
    http:
      method: GET
      url: https://{host}/epcis/events/:eventID
      params:
      - name: eventID
        value: ''
        type: path
        description: Unique EPCIS event identifier
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve a specific EPCIS event by its event ID
- info:
    name: Queries
    type: folder
  items:
  - info:
      name: List Named Queries
      type: http
    http:
      method: GET
      url: https://{host}/epcis/queries
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: List all named queries registered for the authenticated user
  - info:
      name: Create Named Query
      type: http
    http:
      method: POST
      url: https://{host}/epcis/queries
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a named EPCIS query for subscription-based event notification
  - info:
      name: Get Named Query
      type: http
    http:
      method: GET
      url: https://{host}/epcis/queries/:queryName
      params:
      - name: queryName
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve details of a specific named query
  - info:
      name: Delete Named Query
      type: http
    http:
      method: DELETE
      url: https://{host}/epcis/queries/:queryName
      params:
      - name: queryName
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Delete a named query and all its subscriptions
  - info:
      name: Execute Named Query
      type: http
    http:
      method: GET
      url: https://{host}/epcis/queries/:queryName/events
      params:
      - name: queryName
        value: ''
        type: path
      - name: nextPageToken
        value: ''
        type: query
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Execute a named query and return matching EPCIS events
- info:
    name: Discovery
    type: folder
  items:
  - info:
      name: Get Service Information
      type: http
    http:
      method: GET
      url: https://{host}/epcis/serviceInfo
    docs: Returns service capabilities and version information for the EPCIS endpoint including supported versions and features.
bundled: true