Skip to main content
POST
Create replay job for webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from_date
string
required

The oldest (inclusive) UTC timestamp from which events are replayed, in yyyymmddhhmm format.

Pattern: ^[0-9]{12}$
to_date
string
required

The newest (inclusive) UTC timestamp up to which events are replayed, in yyyymmddhhmm format.

Pattern: ^[0-9]{12}$
webhook_id
string
required

The ID of the webhook to replay events to.

Pattern: ^[0-9]{1,19}$

Response

The request has succeeded.

data
object
errors
object[]