Events
Retrieve Event
GET
The Retrieve Event endpoint can be used to fetch the full payload of an event.
The index
, source
and id
path parameters refer to the event’s uid
, which is returned in event feeds and global search results.
For a full example usage of this endpoint, see List Events Within a Tenant
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?