Lifecycle API
Get bill delivery options
Read delivery choices for an existing bill.
GET
https://app.mindbill.org/partner/v2/bills/{billId}/delivery-optionsRead delivery choices for an existing bill. Returns the top-level delivery object; 404 when unavailable.
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
billIdRequiredstringResource identifier.
Examples
curl 'https://app.mindbill.org/partner/v2/bills/{billId}/delivery-options' \
--request GET \
--header "Authorization: Bearer $MINDBILL_API_KEY"curl 'https://app.mindbill.org/partner/v2/bills/{billId}/delivery-options' \
--request GET \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example'Response
200
Response fields are documented below.FieldTypeDescription
payerNameRequiredstringpayerName
recommendedobjectrecommended
optionsRequiredobject[]options
contactsobjectcontacts