Tenant
Export tenant data
Download everything in your account as one JSON file.
GET/v1/tenant/export
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. |
Other tenant operations
- Get billing profile GET /v1/tenant/billing_profile
- Update billing profile POST /v1/tenant/billing_profile
- Get tenant capabilities GET /v1/tenant/capabilities
- Get portal branding GET /v1/tenant/portal_branding
- Update portal branding POST /v1/tenant/portal_branding
- Rotate tenant provider credential POST /v1/tenant/provider_credential
BillKit