BillKit/Docs Console
Tenant

Export tenant data

Download everything in your account as one JSON file.

GET/v1/tenant/export
Operation export_tenant_data · Scope data:export · Spec snapshot 2026-09-13

Parameters

This endpoint takes no parameters.

Errors

Status Cause
401 Missing or invalid API key.
403 Key is missing the data:export scope.
429 Rate limited. Back off and retry.
Request · curl
curl -X GET https://api.billkit.eu/v1/tenant/export \
  -H "Authorization: Bearer $BILLKIT_SECRET_KEY"