Skip to main content
GET
/
api
/
v1
/
experiments
/
{experiment_id}
/
invoice
Get experiment invoice
curl --request GET \
  --url https://foundry-api-public.adaptyvbio.com/api/v1/experiments/{experiment_id}/invoice \
  --header 'Authorization: Bearer <token>'
{
  "experiment_id": "<string>",
  "status": "draft",
  "stripe_invoice_url": "<string>"
}

Authorizations

Authorization
string
header
required

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

experiment_id
string<uuid>
required

Experiment identifier

Response

Stripe invoice metadata

Response envelope for invoice metadata.

experiment_id
string
required

Experiment identifier

status
null | enum<string>

Invoice status (null when the invoice has not yet been finalized).

Available options:
draft,
open,
paid,
void,
uncollectible
stripe_invoice_url
string | null

Hosted invoice URL from Stripe