v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Partner Integration

Get URL to Open an Existing Quote

Retrieves a URL that redirects an authenticated partner user to an existing quote within DealHub. This is a client-side call using the one-time access token.

post/api/v1/open/quote

Request body

opportunity_idstring required

This is the CRM's Opportunity ID.

quote_idstring required

This is the CRM's Quote ID.

Response

Success. The response contains the URL for redirection.

urlstring uri

The URL to which the user's browser should be redirected.

errorsobject[]