# Quote Validation API

## Quote ID

### Required
- **Type:** UUID
- **Description:** Quote ID

### Accept
- **Type:** String
- **Allowed Values:**
  - `application/json`
  - `application/vnd.goa.error`
- **Defaults to:** `application/json`

## Responses

### 200 OK
A successful response.

### 400 invalidArgument
Bad Request response due to invalid input.

### 401 unauthorized
Unauthorized response when authentication fails.

### 500 internalServerError
Internal Server Error response.

## Base URL

`https://api-gb.app.laka.co/v2/quotes/quote/{quoteId}/validate`

### Example Request

```bash
curl --request POST \
     --url https://api-gb.app.laka.co/v2/quotes/quote/{quoteId}/validate \
     --header 'accept: application/json'
```

### Click `Try It!`
To start a request and see the response here! Or choose an example:

- application/json
