Please post all pre-sales questions of all products on this forum

Get Active Subscriptions Of A User

More
10 months 3 weeks ago - 10 months 3 weeks ago #166757 by Ihor
I tried to call this single endpoint docs.joomdonation.com/membershippro/deve...scriptions-of-a-user according to the documentation, but it always returns me a 404 status, I tried to do it with many different methods and pass the data in different ways, but the result was always the same, is it a mistake on my side?

Joomla version: 4.4.1
Membership Pro version: 3.4.2
Last edit: 10 months 3 weeks ago by Ihor.

Please Log in or Create an account to join the conversation.

More
10 months 3 weeks ago #166759 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Get Active Subscriptions Of A User
Could you please submit a support ticket sending us super user account of your site and tell me exactly the URL you are using to make the request so that I can check it?

Tuan

Please Log in or Create an account to join the conversation.

More
10 months 3 weeks ago #166760 by Ihor
Replied by Ihor on topic Get Active Subscriptions Of A User
const url = ` staging.stellarmate.com/index.php?option...y}&user_id=${user_id }`;
const { data } = await axios.get(url, {
headers: {
'Content-Type': 'application/json'
}
});

this is what I send and it is also the email of the superuser account ihor@ikarustech.com

Please Log in or Create an account to join the conversation.

More
10 months 3 weeks ago #166761 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Get Active Subscriptions Of A User
The URL is not correct. It should be:

domain.com/index.php?option=com_osmember...bscriptions&api_key= [API_KEY]&user_id=[USER_ID]

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
10 months 3 weeks ago #166762 by Ihor
Replied by Ihor on topic Get Active Subscriptions Of A User
Thanks for the reply, but even with this url I still get a 404 error, also could you please tell me how can I send you a superuser account?

Please Log in or Create an account to join the conversation.

More
10 months 3 weeks ago #166763 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Get Active Subscriptions Of A User
Hi

You can us the information via support ticket. Please continue replying via support ticket and we will continue from there

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham NgocGiang Dinh TruongMr. Dam