Events
Get Event
Retrieve an event with the given ID.
get/v1/events/{id}
Path parameters
idstring required
The unique id for the event
Response
OK
Example response
{
"id": "203c4e56-5c39-4a66-abcd-2ec8af99a1b9",
"created_at": "2024-01-19T18:48:56.37Z",
"associated_object_id": "4d06d393-1f14-46cf-b02d-8db17d7ed06a",
"associated_object_type": "grant"
}