Re: Issue regarding /self/client API

2020-11-27 Thread Bharath Gowda
> What's the difference between these instances *https://mobile.mifos.io/ * and *https://demo.fineract.dev/ , *are they equivalent in terms of functionality? Both are equivalent in terms of functionality for sure, however, Bugs or issues

Re: Issue regarding /self/client API

2020-11-26 Thread Saksham Handu
Thanks, Bharath, > What's the difference between these instances *https://mobile.mifos.io/ * and *https://demo.fineract.dev/ , *are they equivalent in terms of functionality? > Do we have some wiki/docs where all the business-related terms

Re: Issue regarding /self/client API

2020-11-23 Thread Bharath Gowda
Hi Saksham, All routes behind /self are the self-service APIs built for the opensource android application as rightly mentioned by Oluwalana, However, it can be accessed through Postman with self-service enabled user credentials Self-service users can be created by following This

Re: Issue regarding /self/client API

2020-11-22 Thread Saksham Handu
I planning to use *https://demo.fineract.dev *in the self-service mobile app. Currently, *https://mobile.mifos.io/ *is used in the self-service mobile application. > As per the documentation, I see *mifos:password* creds only. I guess then it

Re: Issue regarding /self/client API

2020-11-22 Thread Oluwalana Olasubomi
I don't think there's any way you can correct it. It's working by design. The initial request responds correctly. What I think you want is; you have a particular use case for some of the self-service APIs. If yes? You might to state that use case and ask how to achieve that without depending on

Re: Issue regarding /self/client API

2020-11-22 Thread Saksham Handu
Thanks, Oluwalana for your inputs As per the API docs, I don't see any difference between the two. Can you please elaborate, so that I can correct my postman request (attached in previous mail's attachment) in a similar manner? On Sun, Nov 22, 2020 at 5:08 PM Oluwalana Olasubomi <

Re: Issue regarding /self/client API

2020-11-22 Thread Oluwalana Olasubomi
Hi Saksham, All routes behind /self are the self service APIs built for the opensource android application whereas other APIs like /client was built to interact with your backend system. The two APIs have different authentication mechanisms that explains the 401. On Sun, 22 Nov 2020 at 10:44

Issue regarding /self/client API

2020-11-22 Thread Saksham Handu
Hello Community, I'm new to Fineract API, and I was trying Fineract API from the postman to get some understanding of its underlying APIs. I think we have an issue with */self/clients* endpoint. Refer ss 1 in attachment, it was not successful. I was getting 401 Whereas I used */clients*