less than a minute read • Updated an hour ago
API filter query string reference
The zoom and fields query strings available for each webhook resource, and what data they include in the payload.
The JSON webhook uses the API as its data source. By default, it sends only the base resource as the payload — for example, the transaction webhook sends just the transaction resource, without item or address details. The API filter query string lets you adjust what’s included. A default query string is provided for each resource when creating a webhook in the admin.
Resource | Purpose | Query string |
|---|---|---|
Transactions | Provide all data related to the transaction (default) |
|
Transactions | Send just the transaction ID and status |
|
Subscriptions | Provide all data related to the subscription (default) |
|
Customers | Provide all data related to the customer (default) |
|
Transaction Logs | Provide all data related to the log (default) |
|
Changelog | Nothing to zoom | — |