fbpx

API

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...

API Credentials Overview

What are API Credentials? API is a way for people to programmatically make calls to MemberMouse. Creating multiple API credentials is...

API Documentation

In order to utilize the API effectively, you'll need to have access to the MemberMouse API, understand how to call...

Create and Delete API Credentials

API Credential Options OPTION DESCRIPTION Name The name allows you to recognize the other party that you are granting access...

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...

createMember API Call

The createMember API call is used to create a free or paid member on your membership site. It can also...

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=/getMember Input Parameters Parameter Description...

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...

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...

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=/updateMember Input Parameters Parameter Description Required...