Events
Replay event
Events
Replay event
This endpoint replays an event afresh assuming it is a new event.
PUT
/
v1
/
projects
/
{projectID}
/
events
/
{eventID}
/
replay
Authorization
string
*
Authorization
Required
string
projectID
string
*
projectID
Required
string
Project ID
eventID
string
*
eventID
Required
string
event id
Authorizations
Response
200 - application/json
Deprecated
Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints
Available options:
active
, inactive
, pending
, paused
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
noop
, hmac
, basic_auth
, api_key
Available options:
Processing
, Failure
, Success
, Retry
, Pending
Was this page helpful?