# Package ID

### Accept

Defaults to application/json

Generated from available response content types

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/data_requirements/{packageId}`

### Example Request

```bash
curl --request GET \
     --url https://api-gb.app.laka.co/v2/quotes/data_requirements/packageId \
     --header 'accept: application/json'
```

### Try It!

Click `Try It!` to start a request and see the response here!
