ESC
Example searches: “500”, “registered_at”, “403”, “404”, “data”
Search…
Ctrl+K
⌘K
API changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
Topics
Introduction
Servers
Authentication
Endpoints
Backend - Applications
/applications - Get third-party applications
GET
Backend - Authentication
/auth/exchange - Exchange Logto token for custom JWT
POST
/auth/refresh - Refresh access token
POST
/auth/logout - Logout user
POST
Backend - Me
/me - Get current user information
GET
/me/change-password - Change current user password
POST
/me/change-info - Change current user information
POST
Backend - Customers
/customers - List customers
GET
/customers - Create customer
POST
/customers/{id} - Get single customer
GET
/customers/{id} - Update customer
PUT
/customers/{id} - Delete customer
DELETE
/customers/totals - Get customers totals
GET
/customers/trend - Get customers trend data
GET
Backend - Distributors
/distributors - List distributors
GET
/distributors - Create distributor
POST
/distributors/{id} - Get single distributor
GET
/distributors/{id} - Update distributor
PUT
/distributors/{id} - Delete distributor
DELETE
/distributors/totals - Get distributors totals
GET
/distributors/trend - Get distributors trend data
GET
Backend - Health
/health - Health check
GET
Backend - Filters
/filters/products - Get available product filters
GET
/filters/created-by - Get available created-by filters
GET
/filters/versions - Get version filters grouped by product
GET
/filters/organizations - Get available organization filters
GET
Backend - Organizations
/organizations - Get available organizations
GET
Backend - Resellers
/resellers - List resellers
GET
/resellers - Create reseller
POST
/resellers/{id} - Get single reseller
GET
/resellers/{id} - Update reseller
PUT
/resellers/{id} - Delete reseller
DELETE
/resellers/totals - Get resellers totals
GET
/resellers/trend - Get resellers trend data
GET
Backend - Roles
/organization-roles - Get all organization roles
GET
/roles - Get all user roles
GET
Backend - Systems
/systems - List systems
GET
/systems - Create system
POST
/systems/{id} - Get single system
GET
/systems/{id} - Update system
PUT
/systems/{id} - Delete system
DELETE
/systems/{id}/regenerate-secret - Regenerate system secret
POST
/systems/register - Register system with system_secret
POST
/systems/totals - Get systems status summary
GET
/systems/trend - Get systems trend data
GET
/systems/export - Export systems to CSV or PDF
GET
/systems/{id}/inventory - Get system inventory history
GET
/systems/{id}/inventory/latest - Get latest system inventory
GET
/systems/{id}/inventory/changes - Get inventory changes summary
GET
/systems/{id}/inventory/changes/latest - Get latest inventory changes
GET
/systems/{id}/inventory/diffs - Get inventory diffs
GET
/systems/{id}/inventory/diffs/latest - Get latest inventory diff
GET
Backend - User
/user/permissions - Get user permissions (OAuth2/OIDC)
GET
/user/profile - Get user profile (OAuth2/OIDC)
GET
Backend - Users
/users - List users
GET
/users - Create user
POST
/users/{id} - Get single user
GET
/users/{id} - Update user
PUT
/users/{id} - Delete user
DELETE
/users/{id}/password - Reset user password
PATCH
/users/{id}/suspend - Suspend user
PATCH
/users/{id}/reactivate - Reactivate suspended user
PATCH
/users/totals - Get users totals
GET
/users/trend - Get users trend data
GET
Backend - Validators
/validators/vat/{entity_type} - Validate VAT number
GET
Backend - Impersonation
/impersonate/consent - Get impersonation consent status
GET
/impersonate/consent - Enable impersonation consent
POST
/impersonate/consent - Disable impersonation consent
DELETE
/impersonate - Start impersonation (permission-based access)
POST
/impersonate - Exit impersonation mode
DELETE
/impersonate/status - Check current impersonation status
GET
/impersonate/sessions - List impersonation sessions
GET
/impersonate/sessions/{session_id} - Get details for specific session
GET
/impersonate/sessions/{session_id}/audit - Get audit logs for specific session
GET
Collect - Systems
/systems/inventory - Collect system inventory
POST
/systems/heartbeat - System heartbeat
POST
Search…
Ctrl+K
⌘K
API changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
Dismiss highlight
Show more
Backend - User
Backend user profile and permissions