# Return policy invoices data Endpoint: GET /api/v1/ledger/policies/{policyId}/invoices Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `policyId` (integer, required) Policy id Example: "123" ## Response 200 fields (application/json): - `` (array) - `.invoicenumber` (string) Example: "100011517" - `.duedate` (string) Example: "2022-02-01" - `.premium` (number) Example: "65.89" - `.adminfee` (number) Example: "55.23" - `.mgacomm` (number) Example: "18.00" - `.brokercomm` (number) Example: "1.01" - `.payable` (null) Example: "null"