Hello Everyone.
I am trying to create a custom connector to an external API (Magento), but I am having trouble setting it up.
I can use the Magento API just fine with Postman and post and get a response, which means that authenticatation is successful.
I just can't manage to do the same when settings up a Power Automate custom connector. When I test it, it just says it failed and to try again later.
The authentication used for this API is a bearer token, but that doesn't seem to be an authentication option?
Via Postman I can generate a bearer token via a client id, client secret and a token authentication URL - how can I get these details into my custom connector settings?
For example, if I choose OAuth2:

I don't know what to put for the three different URLs, or the scope, and the three URLs are required data.
Similarly, if I choose API key as the security method and then put in API Key as the label, Authorization as the parameter name, and choose header, when I make a connnection it asks for an API key. I put in 'Bearer xxxxxxx', where xxxxx is the bearer token and I still can't seem to get it to work.
Any help is much appreciated - thanks!