GET /v2/subscriptions/{subscription_id}/events

Lists all events for a specific subscription. In the current implementation, only START_SUBSCRIPTION and STOP_SUBSCRIPTION (when the subscription was canceled) events are returned.

Servers

Path parameters

Name Type Required Description
subscription_id String Yes

The ID of the subscription to retrieve the events for.

Query parameters

Name Type Required Description
limit Integer No

The upper limit on the number of subscription events to return in the response.

Default: 200

cursor String No

A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.

For more information, see Pagination.

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.