getViewedDataRequirements quote
Quote ID
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/jsonapplication/vnd.goa.error
Response Codes
200: OK response.400: invalidArgument: Bad Request response.401: unauthorized: Unauthorized response.404: notFound: Not found500: internalServerError: Internal Server Error response.
Base URL
https://api-gb.app.laka.co/v2/quotes/viewed_data_requirements
Example Request
curl --request POST \
--url https://api-gb.app.laka.co/v2/quotes/viewed_data_requirements \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
- application/json
200application/vnd.goa.error400401404500