Lifecycle API

Download the IBR filing packet

For independent_bill_review reviews only.

GEThttps://app.mindbill.org/partner/v2/bills/{billId}/reviews/{reviewId}/packet

For 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.

AuthenticationServer API key or browser session + Origin
Permissions by credentialServer: bills:read · Browser: documents:read
IdempotencyNot required

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

FieldTypeDescription
billIdRequired
string

MindBill bill ID.

reviewIdRequired
string

MindBill review ID.

Examples

Request
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/reviews/{reviewId}/packet' \
  --request GET \
  --header "Authorization: Bearer $MINDBILL_API_KEY"
Request
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

Response
%PDF-…