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

The response is of type object.