Skip to main content
POST
Replay webhooks
Replay re-sends webhook events already recorded for the specified run session. If no webhook events were recorded, the endpoint returns success with nr_success: 0 and nr_failed: 0.

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

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.