POST /2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all

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.

Servers

Path parameters

Name Type Required Description
webhook_id String Yes

The unique identifier for the webhook configuration.

Query parameters

Name Type Required Description
to_date String Yes

The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in yyyymmddhhmm format.

from_date String Yes

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

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.