---
title: "Create quote"
method: POST
path: "/v2/quotes"
tags: ["Quotes"]
---

# Create quote

`POST /v2/quotes`

Creates a new quote for the specified clientId.

## Request body

- CreateQuotePayload
  - `clientId` string, uuid, required
  - `quoteRequestId` string, uuid

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
