Skip to content

Export a captured event as a single-line bash cURL command

GET
/v1/endpoints/{endpointId}/events/{eventId}/curl
curl --request GET \
--url 'https://api.catchbin.io/v1/endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/curl?unmasked=false' \
--header 'Authorization: Bearer <token>'
endpointId
required
string format: uuid
eventId
required
string format: uuid
unmasked
boolean

OK

Media type*/*
object
command
string
byteIdentical
boolean
bodyOmitted
boolean
headersMasked
boolean
Download OpenAPI spec:YAML · JSON