Skip to content

Get one captured event with decrypted body

GET
/v1/endpoints/{endpointId}/events/{eventId}
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>'
endpointId
required
string format: uuid
eventId
required
string format: uuid

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
Allowed values: ok failed metadata_only
headers
object
key
additional properties
Array<string>
remoteIp
string
body
string
bodyEncoding
string
diagnostic
object
key
additional properties
forwardedResponse
object
key
additional properties
Download OpenAPI spec:YAML · JSON