Lifecycle API
Download the complete bill packet
Download one ordered PDF containing truthful submission proof and timeline, the MC 1500, selected supporting attachments, and the practice W-9 when available.
GET
https://app.mindbill.org/partner/v2/bills/{billId}/packetDownload one ordered PDF containing truthful submission proof and timeline, the MC 1500, selected supporting attachments, and the practice W-9 when available. Delivery proof reflects the actual e-bill, fax, mail, or email route.
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
billIdRequiredstringMindBill bill ID.
Examples
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/packet' \
--request GET \
--header "Authorization: Bearer $MINDBILL_API_KEY"curl 'https://app.mindbill.org/partner/v2/bills/{billId}/packet' \
--request GET \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example'Response
200
%PDF-…