Developer Tools
Our Developer Tools Add-on extends the capabilities of MemberPress by enabling a full REST API and webhooks for advanced integration with custom code and comprehensive services like Zapier.
With MemberPress Developer Tools, you get dynamic, in-plugin configuration and documentation, a long list of supported webhook events, and REST API with the ability to list, create, update, and delete objects like Members, Events, Transactions, Rules, and a ton more.
Get the MemberPress Developer Tools Add-on
ARTICLE >> Take a Tour of the Best MemberPress Add-Ons and Integrations
CHANGELOG
1.3.10 – 7/31/2026
- Fixed a security hole where anyone could delete your Zapier webhook subscriptions. The unsubscribe endpoint didn’t check permissions — now it requires the same login as every other webhook endpoint, and unknown IDs get a clean “not found” instead of wiping settings.
- Fixed a SQL injection risk in the REST API. Sort options passed into the API were dropped straight into database queries. Column names and sort direction are now validated in one central place, with safe fallbacks.
- Deleting your last webhook now actually sticks. Removing the final webhook said “saved” but the webhook came back on reload. Fixed.
- Hardened webhook saving. Bad or malformed webhook data is now rejected with an error instead of silently emptying your webhook list, and slashes in submitted URLs are stripped properly.
- Updated the API docs to match the new unsubscribe behavior.