this is how I search for a specific invoice in Postman
https://mydomain.com/api/v1/invoices/M7e5yVBBe2v
to get the invoice id (M7e5yVBBe2v) I have to view all invoices one by one page. /api/v1/invoices?page= (manually enter each page number to search) and then find the invoice ID for the specific invoice.
Is there any way we can find the invoice ID in the front end? right now in the front-end, I can see only the invoice number, not the ID. OR how to search invoice from invoice number (INV0004) or customer name via api