- This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › How can i get Json of Membership Levels by HTTP POST
Tagged: api
I want to get Membership Levels by HTTP POST through API, how can i do it?
Do you mean, you want to find out the membership level of the calling user?
I mean, i want to use HTTP POST to query membership levels in json.
How can i do that?
What I mean is… to what end? Are you trying to see what all the membership levels are; or are you trying to see what the membership level of a particular member is?
Yes, i want to see all membership levels.
There is no such API. You must directly query the table swpm_membership_tbl in the MySQL database. You can find the structure for this table in the file: classes/class.swpm-installation.php