- Posts: 3
- Thank you received: 0
Please post all pre-sales questions of all products on this forum
Get Active Subscriptions Of A User
- Ihor
- Topic Author
- Offline
- New Member
-
Less
More
10 months 3 weeks ago - 10 months 3 weeks ago #166757
by Ihor
Get Active Subscriptions Of A User was created 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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Tuan
Please Log in or Create an account to join the conversation.
- Ihor
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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.
- Ihor
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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 Ngoc, Giang Dinh Truong, Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.