get https://{baseUrl}/V1/storeview//admin/vendor/payout/invoice/search
Get list of payout invoices. Specify the page size and page number via searchCriteria[page_size] and searchCriteria[currentPage]. You can also provide searchCriteria[] as a param to get an exhaustive list in one attempt if there are a small number of total items.
Sample Curl
curl --location --globoff 'https://mygatewayurl.com/V1/storeview/default/admin/vendor/payout/invoice/search?searchCriteria[page_size]=20' --header 'Content-Type: application/json' --header 'Authorization: Bearer token'