Skip to main content
GET
/
epcis
/
api
/
2.0
/
events
/
{event_id}
Get EPCIS event by ID
curl --request GET \
  --url https://www.closient.com/epcis/api/2.0/events/{event_id} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

event_id
string
required

UUID of the EPCIS event (the eventID assigned at capture time). Standard 36-char canonical UUIDv4 representation.

Response

OK

The response is of type Response · object.