API

API Documentation
In order to utilize the API effectively, you'll need to have access to the MemberMouse API, understand how to call it and know how to process the result...
Thu, 13 Sep, 2018 at 2:45 PM
API Credentials Overview
What are API Credentials? API is a way for people to programmatically make calls to MemberMouse. Creating multiple API credentials is a secure ...
Thu, 10 Oct, 2019 at 7:21 PM
Create and Delete API Credentials
In the MemberMouse menu go to Developer Tools, and then click on the API Credentials tab. Next, click the  button. Note: after creating a membership...
Mon, 10 Dec, 2018 at 12:40 PM
Getting Started with the MemberMouse API
API URL & Credentials The first thing you need in order to use the MemberMouse API is the API URL and credentials. In the MemberMouse menu go to Dev...
Thu, 7 Mar, 2019 at 5:01 PM
createMember API Call
The createMember API call is used to create a free or paid member on your membership site. It can also be use to change an existing members membership level...
Fri, 8 Nov, 2019 at 4:31 PM
getMember API Call
The getMember API call is used to retrieve information about an existing member's account. Sample Request URL http://{Your_API_URL}?q=/getMem...
Thu, 29 Dec, 2022 at 10:29 AM
purchaseBundle API Call
The purchaseBundle API call is used to purchase a bundle for a member. It can be used to purchase bundles for existing members or to place an initial purch...
Thu, 13 Sep, 2018 at 2:24 PM
updateMember API Call
The updateMember API call is used to update an existing member's account information. Sample Request URL http://{Your_API_URL}?q=/updateMembe...
Mon, 25 Jun, 2018 at 4:46 PM
addBundle API Call
The addBundle API call is used to add a bundle to a member's account. Using this call will result in the bundle being applied to the member's accoun...
Mon, 25 Jun, 2018 at 4:45 PM
removeBundle API Call
The removeBundle API call is used to remove a bundle from a member's account. Using this call will result in canceling any active billing associated wit...
Mon, 28 Mar, 2016 at 1:14 PM