# Quote ID

```json
{
  "id": "string"
}
```

## Accept

The available response content types:

- `application/json`
- `application/vnd.goa.error`

### Response Codes

- `200`: OK response.
- `400`: invalidArgument: Bad Request response.
- `401`: unauthorized: Unauthorized response.
- `409`: alreadyHydrated: Conflict response.
- `500`: internalServerError: Internal Server Error response.

## Updated

Last updated 10 months ago.

## Base URL

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

## Example Request

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

## Try It!

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

- application/json
