Skip to main content
POST
Dry-run preview of a Chargebee export
Parses an uploaded Chargebee export (customers, plans, subscriptions) and returns a plan of what a commit would create, link_existing, skip_already_imported, mark as a conflict, or refuse as unsupported — nothing is written. Existing customers are matched by email. Plan price is minor units.

Example request

Example response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Body

application/json

The Chargebee export JSON.

customers
object[]
plans
object[]
subscriptions
object[]

Response

The dry-run import plan.

items
object[]
summary
object
warnings
string[]