# API Reference

## Quote API

### Start a Quote

**Base URL**: `https://api-gb.app.laka.co/v2/quotes/quote/{id}/start`

### Request Example

```bash
curl --request POST \
     --url https://api-gb.app.laka.co/v2/quotes/quote/id/start \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Responses

- **200 OK**: The request was successful.
- **400 invalidArgument**: Bad Request.
- **401 unauthorized**: Unauthorized.
- **404 notFound**: Not found.
- **500 internalServerError**: Internal Server Error.
