# Get quote data Endpoint: GET /api/v1/ledger/sales/policies/{policyId} Version: 1.0 Security: bearerAuth ## Path parameters: - `policyId` (string, required) ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" - `Accept-Language` (string, required) Chosen language ## Query parameters: - `withNotifications` (boolean, required) Forced Required to use in documentation, to get additional data about quote status: meta block from example with warnings, errors. Plan to make it as default behaviour. ## Response 200 fields (application/json): - `data` (object) - `meta` (object) - `meta.schemaPath` (string, required) Path to json scheme used for validation. Sometimes required fields are removed based on business logic. - `meta.errors` (array) Error that can't be overcomed/retried in most of the cases. Connection time-out to integration, connection fail. - `meta.errors.code` (string, required) - `meta.errors.title` (string, required) - `meta.errors.status` (number) - `meta.warnings` (array) Error that can be handled manually by inserting data manually, edit the data, retry. Not blocking the flow. Vehicle make and model not found, insert it manually.