Lifecycle API
Download the IBR filing packet
For independent_bill_review reviews only.
https://app.mindbill.org/partner/v2/bills/{billId}/reviews/{reviewId}/packetFor independent_bill_review reviews only. Returns a print-ready PDF: the completed Request for Independent Bill Review, filing instructions (current DWC-IBR mailing address and the $195 application fee), and a Proof of Service. IBR is self-filed — print, sign, enclose the fee, mail the packet to DWC-IBR within 30 days of the final Second Review determination, and concurrently serve the claims administrator (CCR 9792.5.7(b)). MindBill performs no IBR transport and this endpoint is never billed.
Use this URL with a server API key or a browser session and its exact allowed Origin. Both credentials use the same request and response contract. See the component API inventory for exact paths and SDK methods.
Path parameters
billIdRequiredstringMindBill bill ID.
reviewIdRequiredstringMindBill review ID.
Examples
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/reviews/{reviewId}/packet' \
--request GET \
--header "Authorization: Bearer $MINDBILL_API_KEY"curl 'https://app.mindbill.org/partner/v2/bills/{billId}/reviews/{reviewId}/packet' \
--request GET \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example'Response
200
%PDF-…