Skip to main content
GET
Get experiment invoice

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