Filter events by type
Use a new query parameter to filter events by type.
What's new?
We added a new event_type
query parameter that you can use when working with the list events operation to return entities that match the specified event type.
Type of event sent by Paddle, in the format entity.event_type
.
How it works
The new event_type
query parameter lets you filter events by the kind of event that occurred. For example, you can use it to get only customer.created
or customer.updated
events if you're building a CRM integration.
It accepts a comma-separated list, so you can pass multiple event types and matching entities are returned.
Next steps
This change is available in version 1
of the Paddle API.
It's a non-breaking change, meaning it doesn't impact existing integrations.
You can list events using the API to start using the new query parameter.