Skip to main content
POST
/
webhooks
/
{session_id}
/
replay
Replay webhooks
curl --request POST \
  --url https://api.cloudcruise.com/webhooks/{session_id}/replay
{
  "status": "<string>",
  "info": "<string>",
  "nr_success": 123,
  "nr_failed": 123,
  "webhook_events": [
    {
      "success": true,
      "response": "<string>",
      "error": "<string>"
    }
  ]
}

Path Parameters

session_id
string
required

The ID of the session to replay webhooks for

Response

200 - application/json

Webhooks successfully replayed

status
string
required

The status of the webhook replay.

info
string
required

Additional information about the replay.

nr_success
number
required

Number of webhooks that were successfully replayed.

nr_failed
number
required

Number of webhooks that failed to be replayed.

webhook_events
object[]
required

Details of each webhook replay attempt.