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