I created a developer account, created an app as per the documentation provided, In order to access any endpoint, I need to get an API key, which I did try to do using the bearer authorization with my access token, always get the 401 unauthorized error, read all the documentation, but couldn't get around it.
I just need an API key so that I can access endpoints. I need this API key to send requests frm my application to process the payment requests.
Could anyone please help me on this?