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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

exp_id
string
required

Experiment identifier

Response

Stripe invoice metadata

Response envelope for invoice metadata.

experiment_id
string
required

Experiment identifier

status
string | null

Invoice status (draft, open, paid, uncollectible, void)

stripe_invoice_url
string | null

Hosted invoice URL from Stripe