POST
/
webhooks
/
{session_id}
/
replay
Replay webhooks
curl --request POST \
  --url https://api.cloudcruise.com/webhooks/{session_id}/replay
{
  "status": "<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.