.Net API difficulties

Hi there :slight_smile:

I’m trying to use the (rather old) .Net API to access my account and I have a feeling that the API has been changed in the 3 years since the .Net one was released

I can’t get past the auth stage as it’s returning error 450, I think the .Net implementation is using POST instead of GET to send my login details.

Is it worth me chasing errors to try and get the library working, or has enough changed to make starting from scratch a better idea?

Thanks :slight_smile:

You don’t want to be sending login details through the querystring (GET).

1 Like

I gave up trying to figure it out. There’s been no updates to the package for a few years and it’s still referring to mondo in URL’s. I’m going to take the code I wrote for Starling’s API and use that as the base for a new Monzo API library.

1 Like