Integration
Configurator API
Secure server-to-server access to company statistics, diagnostics and activity in Configurator Studio v509.
Connection status
Tests GET /api/platform/companies with the dedicated API key.
Platform PortalBilling + owner interface
X-Platform-Api-Key
Configurator AdminPortalhttp://127.0.0.1:6301
Base URL
http://127.0.0.1:6301Header
X-Platform-Api-KeyAPI key
9e8d••••••••0f01Page size
200Required Configurator settings
Use environment variables in production.
PlatformPortalApi__Enabled=true PlatformPortalApi__ApiKey=<minimum-32-character-secret> PlatformPortalApi__HeaderName=X-Platform-Api-Key
Connected endpoints
Company, access-management and backup contracts match ConfiguratorStudio v509.
GET
/api/platform/companies
Company list and high-level countsGET
/api/platform/companies/{tenantId}
Company identity and planGET
/api/platform/companies/{tenantId}/statistics
Projects, models, catalog, pricing, quotes and usersGET
/api/platform/companies/{tenantId}/health
Critical and warning health summaryGET
/api/platform/companies/{tenantId}/projects
Projects and publication readinessGET
/api/platform/companies/{tenantId}/models
Model files, analysis and geometryGET
/api/platform/companies/{tenantId}/users
Accounts, roles and 30-day login countsGET
/api/platform/companies/{tenantId}/login-activity
Successful and failed login auditsGET
/api/platform/companies/{tenantId}/errors
Detected operational problemsGET
/api/platform/companies/{tenantId}/recent-activity
Recent audit activityPOST
/api/platform/companies/provision
Create a paid customer tenant and first administratorPOST
/api/platform/companies/{tenantId}/access
Activate, suspend or archive company accessGET
/api/platform/backups/status
Configurator backup schedule and latest resultGET
/api/platform/backups
Configurator backup historyPOST
/api/platform/backups/run
Run a Configurator database and model-storage backupPOST
/api/platform/backups/{backupId}/verify
Verify a stored Configurator backup archive