OAUTH2 credentials - how to access?

Hi Community!

I’m trying to find all the OAUTH2 credentials in order to get and post data to/from SuiteCRM. The information I am looking for is

Authorize URI
toekn URI
client id
client secret
Method
Redirect URI

I see all this information here

but when I access SuiteCRM > Admin > OAUTH2 CLIENTS AND TOKENS and create new client and tokens I do not see the Authorize URI.

I’ve tried SuiteCRM > Admin > OAUTH KEYS but this just adds the client id and client secret. Again with no Authorize URI.

I’ve tried various for the Authorize URI including:
/api/v8/oauth2/access_token
/V8_API.php
/Api/access_token

Lookikng for some inspiration from the community :slight_smile:
Thanks

Simon