v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Single Event
This endpoint gets details of a single event.
get/v1/events/{id}
Path parameters
idstring required
The id of the event. Must be obtained from Get Events attribute id.
Response
200
Example response
{
"data": {
"object": "Event",
"id": "A9kbM9Wq3229b08y",
"object_type": "webhook",
"event_type": "webhook.created",
"description": "Webhook Created Successfully",
"created_at": 1726225957,
"updated_at": 1726225957,
"request": "{\"event_types\":[\"plan.created\"],\"url\":\"https:\\/\\/dash.readme.com\\/project\\/payarcdocs\\/v1.2.0\\/refs\\/add-webhooks\",\"active\":1}",
"response": "{\"headers\":{},\"original\":{\"data\":{\"object\":\"WebHook\",\"id\":\"0k3NKnwewnRg4jAl\",\"event_types\":[{\"event_type\":\"plan.created\"}],\"url\":\"https:\\/\\/dash.readme.com\\/project\\/payarcdocs\\/v1.2.0\\/refs\\/add-webhooks\",\"created_at\":1726225956,\"updated_at\":1726225956,\"enabled\":true},\"meta\":{\"include\":[],\"custom\":[]}},\"exception\":null}",
"related_id": 132
}
}