Account Activity
Request Activity Replay
Submits a request to retrieve activities from up to the past five days for all subscriptions associated with the specified webhook during the date and time windows provided.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the webhook configuration.
Example:
"1146654567674912769"
Query Parameters
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm
format.
Example:
"202504242000"
The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in yyyymmddhhmm
format.
Example:
"202504242200"
Response
200
application/json
The request has succeeded.
Confirmation that the replay job request was accepted.