OAuthAccessTokenUrl Parameter (Connect-SuiteCRM Cmdlet)
Use this connection property to bypass the OAuth access token url.
Syntax
Connect-SuiteCRM -OAuthAccessTokenUrl string
Data Type
cstr
Default Value
""
Remarks
Use this connection property to bypass the OAuth access token url. By default the access token url wil be the SuiteCRM server instance url + "/Api/access_token". If for any case you are having trouble accessing this endpoint please feel free to change it.