cURL
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>" } ] }
Replays all webhooks that were sent during a session.
The ID of the session to replay webhooks for
Webhooks successfully replayed
The response is of type object.
object