Overview of the WishList Member API The WishList Member Application Programming Interface (API) version 2.0 provides an easy way for third-party developers to create applications that... Read More
wlmapiclass.php Using wlmapiclass.php To make things easier for third-party developers, we developed a PHP class to handle most of the hard... Read More
POST: Creating New Data Where possible, WishList Member allows you to create new data through the API by making a HTTP POST request to... Read More
GET: Retrieving Data The GET method is most probably going to be the most used method when using the API. It allows you... Read More
PUT: Updating Data The PUT method allows you to update the data in resources that support it. Syntax $response = $api->put($resource , $data);... Read More
DELETE: Deleting Data The DELETE method will let you delete specific resources such as members, membership levels, etc. Note that this action cannot... Read More
Checking For a Successful Request An API request can either by successful or not. The best way to explain how to check for this is... Read More
Checking For Supported Verbs Each request to an API Resource except for the /resources and /auth resources will also return a list of supported... Read More
WishList Member API 2.0 Documentation and Wrapper Class Download the API 2.0 documentation Download the API Wrapper Class Read More
Digest Auth Username and API Key / Digest Auth Password What is a Digest Auth Username? How about a Digest Auth Password? WishList Member includes an API and the authentication... Read More
WebHooks Integration with WishList Member The Webhooks Integration with WishList Member allows WishList Member to send (outgoing) data when certain events occur in WishList Member... Read More