Get an Event
Get a specific event emitted within a users workspace
Get Events
GET
https://connect.getseam.com/events/get
Headers
Name
Type
Description
Authorization*
String
Bearer <API_KEY>
Request Body
Name
Type
Description
event_id
String
ID of the Device
Code Example
To programmatically access a single event, you can use events.get
. This will return the same event that would be sent to a webhook, however events.get
allows you to retrieve an event that already took place.
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from whatβs written here.
JSON format
Last updated
Was this helpful?