These endpoints are intended for platform operators, not tenant users. In production, route them through a separate auth boundary (e.g. an internal admin API gateway).
Update tenant
Response 200
Suspend tenant
Marks the tenantsuspended. All subsequent API calls from credentials in that tenant return 1000 UNAUTHORIZED. In-flight transactions remain visible but cannot transition states.
Reactivate tenant
Restores a suspended tenant toactive. Webhook deliveries that accumulated during suspension are not replayed automatically — use /webhooks/{id}/replay if needed.
Required permissions
Only
admin has these by default.