# Quote ID

## quoteId

string  
required  
Quote ID

## accept

string  
enum  
Defaults to application/json

Generated from available response content types

application/json  
application/vnd.goa.error

Allowed:

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

# Responses

## `200`      OK response.

## `400`      invalidArgument: Bad Request response.

## `401`      unauthorized: Unauthorized response.

## `404`      notFound: Not found

## `500`      internalServerError: Internal Server Error response.

Updated 10 months ago

---

## Shell Command Example

```shell
curl --request GET \
     --url https://api-gb.app.laka.co/v2/quotes/pricing_components/{quoteId} \
     --header 'accept: application/json'
```

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

```json
{
  "success": true,
  "data": {
    "message": "Request successful"
  }
}
```

Responses:
- application/json
- application/vnd.goa.error
- `200`
- `400`
- `401`
- `404`
- `500`

Updated 10 months ago
