Events
Retrieve an event
Retrieves the details of an event.
GET
/
events
/
{id}
Authorizations
Authorization
string
headerrequiredAuthenticate with bearer_token
you obtained from /login endpoint.
Path Parameters
id
string
requiredunique FlatPeak event identifier
Response
200 - application/json
id
string
FlatPeak unique event id.
object
string
Represents the object’s type, i.e. event.
time_created
string
Time when the object was created, in UTC.
type
string
FlatPeak object type in the payload. For example customer.create
.
data
object
This object represents a device or another asset of a compatible type.
Was this page helpful?