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
- https://connect.squareup.com
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: |
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.