Get Event
Retrieve an event with the given ID.
Path parameters
id
The unique id for the event
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The unique identifier for the event
category
The category of the event. This is useful for filtering events.
Allowed values:grant.created grant.updated unintegrated_grant.created unintegrated_grant.updated
created_at
The date and time the event was created
associated_object_id
The unique identifier for the associated object
associated_object_type
The type of the associated object
Errors
400
Events Get Request Bad Request Error
401
Events Get Request Unauthorized Error
403
Events Get Request Forbidden Error
404
Events Get Request Not Found Error
500
Events Get Request Internal Server Error