Create replay job
Create replay job
Creates a replay job to retrieve activities from up to the past 5 days for all subscriptions associated with a given webhook.
POST
Create replay job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the webhook configuration. The unique identifier of this webhook config.
Pattern:
^[0-9]{1,19}$Example:
"1146654567674912769"
Query Parameters
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.
Pattern:
^\d{12}$Example:
"202504242000"
The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in yyyymmddhhmm format.
Pattern:
^\d{12}$Example:
"202504242200"
Response
The request has succeeded.