Generate a URL for the browser to render to kick off an OAuth flow that updates an existing connection. Use this when the connection’s credentials need to be refreshed. To start an OAuth flow without specifying a connection ID, use the /oauth-connect endpoint instead.
Ampersand project ID or name.
The ID of the connection to update.
URL to initiate OAuth flow
The response is of type string.
"https://login.salesforce.com/services/oauth2/authorize?client_id=xxx&redirect_uri=https%3A%2F%2Fapi.withampersand.com%2Fcallbacks%2Fv1%2Foauth&state=xxx"