List subscriptions
Get a list of all subscriptions
scopes:
- admin:hooks
- read:hooks
Authorizations
Path Parameters
An id that uniquely identifies the account.
9Query Parameters
include deleted subscriptions in the response.
A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
1 <= x <= 100cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
include total-count header in the response
Response
Subscriptions
account_add, account_update, account_store_add, account_store_update, account_store_delete, account_payout_destination_add, account_payout_destination_update, account_payout_destination_delete, receipt_add, receipt_update, customer_add, customer_update, customer_delete, customer_change_password, token_add, token_remove, transaction, wallet_transaction, discount_add, discount_update, discount_delete, discount_add_customers, discount_customer_update, shopping_draft_add, shopping_draft_update, shopping_draft_complete, shopping_order_update, shopping_order_event_add, shopping_order_delete, settlement_add, location_add, location_delete, location_update, cdd_case_update, approval_payout_destination_update, approval_payout_destination_delete, checkout_authorization, checkout_transaction, checkout_token_add, checkout_token_update, checkout_token_delete An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
Determines whether the hook is actually triggered.
Limit the event data included in the delivery
The syntax is loosely based on XPath:
- a,b,c comma-separated list will select multiple fields
- a/b/c path will select a field from its parent
- a(b,c) sub-selection will select many fields from a parent
- a/*/c the star * wildcard will select all items in a field
"account(partner_id,account_id,created_at)"
Limit the event data included in the delivery
50