# API Documentation

## Package ID
- **packageId**  
  - *string*  
  - **required**

## Accept Header
- **accept**  
  - *string*  
  - **enum**: Defaults to application/json  
  - Allowed:
    - `application/json`
    - `application/vnd.goa.error`

## Response Codes
- **200**      OK response.
- **400**      invalidArgument: Bad Request response.
- **401**      unauthorized: Unauthorized response.
- **404**      notFound: Not found
- **500**      internalServerError: Internal Server Error response.

# Base URL
`https://api-gb.app.laka.co/v2/quotes/{packageId}/steps`

## Example cURL Command
```
curl --request GET \
     --url https://api-gb.app.laka.co/v2/quotes/packageId/steps \
     --header 'accept: application/json'
```

## Responses
- **application/json**
- **application/vnd.goa.error**
