Regenerate onboarding URL for a connection
Connections
Regenerate onboarding URL for a connection
Generates a new onboarding URL for the specified connection. The previous URL will be invalidated.
POST
Regenerate onboarding URL for a connection
Authorizations
Use your app's API_KEY as the username, and leave the password blank
Path Parameters
ID of the connection
Body
application/json
The URL to redirect the user to after they complete (or cancel) the QuickBooks setup process. This URL should be able to handle the query parameters:
?state=connectedif they completed the process,?state=cancelledif they cancelled it or?state=expiredif they visit the onboarding link after it has expired
Example:
"https://myapp.com/quickbooks-setup-callback"
Response
Onboarding URL regenerated successfully. The full connection object is returned, with updated links.onboarding URL.

