- This topic has 1 reply, 1 voice, and was last updated 12 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Need To Check Subscription Level Through API From Android App
Tagged: api, subscription level, user authentification
I need to check subscription levels. I am building an Android app that I want to integrate with eMember. I need something like this but not just for Create.
I would like to send something like a GET request to:
http://www.businesstexter.com/api/check.php?secret_key=XX&user_name=XX&password=XX
I have actually solved this. If you would like a copy of the get_user_level.php file that we created let me know.