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 account for free.



Sample Request URL


http://{Your_API_URL}?q=/addBundle



Input Parameters


ParameterDescriptionRequired
apikeyAPI key from MemberMouse API CredentialsYes
apisecretAPI secret from MemberMouse API CredentialsYes
member_idID of the member to add the bundle toYes
bundle_idID of the bundle to add to the member's accountYes


Response Codes


  • 200 - Success

  • 409 - member ID or bundle ID is invalid 



Response Data

none