Trading 212 API Update

I’m getting a 401 Unauthorized with empty body on both my Invest and Stocks ISA accounts. Keys are generated correctly. Is the API Beta enabled for my account?

This may sound obvious but when you generated your keys, you were presented with a series of options which will or will not be enabled. Did you set these? If not, you’ll have to generate new keys.

many thanks for this. All options were enabled yet the live data is not transferred through API key somehow to the app I’m trying to build. Appreciate any support.

If you are using native http to submit your requests and you are supplying the key and secret code in http headers, check that the headers are formatted correctly.

If you are using http and you can understand visual studio program code, I can post my code if it would help.