Get invoice PDF
Redirects (307) to the Stripe-hosted PDF for the given invoice. The PDF is
only available after the invoice has been finalized (status open or
paid). Requesting a PDF for a draft invoice returns 404 — finalize the
invoice first by submitting and confirming the associated quote.
The PDF URL is fetched live from Stripe on every request; clients should follow the redirect immediately rather than caching it.
Authorizations
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Path Parameters
Foundry invoice UUID or Stripe invoice ID (in_xxx)
Response
Redirect to the Stripe-hosted invoice PDF