Hi,
I’ve been struggling authorizing my application. I’m looking to make a simple app for searching data on companies house but I’m falling at the first hurdle.
I first attempted authorizing through a REST API key using postman. Using the Basic Authorization option in postman I set my username to my API key. This is an example below
Once this failed and gave me an invalid authorization I tried using OAuth 2.0.
The issue I faced with OAuth 2.0 was the client id not being recognised? The authorization URL I used is:
https://identity.company-information.service.gov.uk/oauth2/authorise
Any suggestions on how to get either of these working? I just want to be able to access the search I don’t even need the extras granted by OAuth 2.0.
Thank you