Tenant
Get billing profile
Read your own registered country and VAT number.
GET/v1/tenant/billing_profile
Parameters
This endpoint takes no parameters.
Returns
Returns a TenantBillingProfileResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tenant:read scope. |
| 429 | Rate limited. Back off and retry. |
Other tenant operations
- Update billing profile POST /v1/tenant/billing_profile
- Get tenant capabilities GET /v1/tenant/capabilities
- Export tenant data GET /v1/tenant/export
- 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