Get one captured event with decrypted body
GET
/v1/endpoints/{endpointId}/events/{eventId}
const url = 'https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”endpointId
required
string format: uuid
eventId
required
string format: uuid
Responses
Section titled “Responses”OK
Media type*/*
object
id
string format: uuid
endpointId
string format: uuid
receivedAt
string format: date-time
method
string
canonicalEventType
string
provider
string
verification
string
verificationFailureReason
string
responseCode
integer format: int32
readAt
string format: date-time
truncated
boolean
originalSizeBytes
integer format: int64
decryption
string
headers
object
key
additional properties
Array<string>
remoteIp
string
body
string
bodyEncoding
string
diagnostic
object
key
additional properties
forwardedResponse
object
key
additional properties
© 2026 catchbinevery webhook, caught. nothing lost.