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 (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.

Pattern: ^[0-9]{12}$
Example:

"202504242000"

to_date
string
required

The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.

Pattern: ^[0-9]{12}$
Example:

"202504242000"

webhook_id
string
required

The unique identifier of this webhook config.

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

"1146654567674912769"

Response

The request has succeeded.

Confirmation that the replay job request was accepted.

created_at
string<date-time>
required

The UTC timestamp indicating when the replay job was created.

Example:

"2025-04-24T20:57:15.242Z"

job_id
string
required

The unique identifier for the initiated replay job.

Example:

"1915510368169844736"