Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Here’s an outline with best practices for making your inquiry.
Hi There!
Sorry if this is a completely stupid questions but I’ve only recently began my journey into using Postman.
I’ve spent a few months learning some programming with HTML, CSS, and JavaScript. I feel like everything is starting to fall into place and I’m having an easier and easier time learning more complex subjects, so I want to look at creating a banking app for my portfolio.
This app will just take data from the Natwest API, showing my bank transactions etc. I’ve found all the API’s I will need, but I can’t seem to get past the authentication. Everything I’ve read seems to need an app to authorise this API sending the data over. I don’t currently have an app, as I’ve only just began to try and connect to the API.
Is there anyway I can generate all the required information without having a fully fledged app? At the moment it looks like I need a Client ID and a Client Secret value.
Thanks in advance!