Overview
Retrieve the post call webhook data for a specific call using its call ID. This endpoint returns the webhook data that was sent when the call completed.
Your org API key for authentication.
Path Parameters
The unique identifier of the call to get the webhook data for.
Response
The post call webhook and send history for this call. The post call webhook payload, contains information about the call.
The URL the payload inforamtion was sent to
Timestamp of when the webhook was first sent
The call ID associated with this webhook
The ID of the org this webhook was sent from
Array of objects containing metadata about webhook spawns, creates, and resends. Each object has the following properties: Show Array Item Properties
Timestamp of when this webhook attempt was sent
HTTP response code received from the webhook endpoint
Time taken to receive a response from the webhook endpoint, appended with “ms”
How this webhook was triggered. Can be:
“resend”: Webhook was manually resent
“create”: Webhook was recreated outside normal flow
“spawn”: Webhook was created by normal call flow
Array of error objects if returned. Show Array Item Properties