---
title: "Get URL to Create a New Quote"
method: POST
path: "/api/v1/create/quote"
tags: ["Partner Integration"]
---

# Get URL to Create a New Quote

`POST /api/v1/create/quote`

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

## Request body

- object
  - `opportunity_id` string, required — This is the CRM's Opportunity ID.

## Response `200`

Success. The response contains the URL for redirection.

- RedirectResponse
  - `url` string, uri — The URL to which the user's browser should be redirected.
  - `errors` object[]

## Other responses

- `403` — Unauthenticated. The one-time access token is missing, invalid, or expired.

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
