Generate OAuth authorization URL for existing connection
OAuth
Generate OAuth authorization URL for existing connection
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.
PATCH
Generate OAuth authorization URL for existing connection
Authorizations
Path Parameters
Ampersand project ID or name.
The ID of the connection to update.
Response
URL to initiate OAuth flow
The response is of type string.
Example:
"https://login.salesforce.com/services/oauth2/authorize?client_id=xxx&redirect_uri=https%3A%2F%2Fapi.withampersand.com%2Fcallbacks%2Fv1%2Foauth&state=xxx"

