Lifecycle API

Download an IBR packet

Download the prepared Independent Bill Review packet.

GEThttps://app.mindbill.org/partner/v2/bills/{billId}/ibr-packet

Download the prepared Independent Bill Review packet. Returns 409 when unavailable. This download does not file or pay for a review.

AuthenticationServer API key or browser session + Origin
Permissions by credentialServer: bills:read · Browser: bills: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

Resource identifier.

Examples

Request
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/ibr-packet' \
  --request GET \
  --header "Authorization: Bearer $MINDBILL_API_KEY"
Request
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/ibr-packet' \
  --request GET \
  --header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
  --header 'Origin: https://your-app.example'

Response

200

Response
%PDF-…