webhooks
event
getEventById
Get a webhook event by its id
get/v1/webhooks/configs/{configId}/events/{eventId}
Path parameters
configIdstring required
Short uuid to identify the webhook configuration.
eventIdstring required
Event id
Response
Success - event
Example response
{
"created_at": "2021-04-27T12:01:13.000Z",
"metadata": {
"action": "Manual triggered by user with id 123456"
}
}