REST API & Webhooks
Connect Flottix to your existing tech stack and automate workflows.
curl -X POST "https://api.flottix.app/v1/assets/ast_123/checkout" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "assigned_to": "usr_890", "location_id": "loc_berlin" }' // Response { "data": { "id": "ast_123", "status": "deployed", "assigned_to": "usr_890" } }
The Flottix Integration Engine
One centralized source of truth, two powerful ways to connect to it.
Flottix Data
API REST
Programmatic Control
Serveur MCP
AI Context
Flottix Data
API REST
Programmatic Control
Serveur MCP
AI Context
Simple, intuitive API
The primary advantage of our REST API is absolute predictability. Every endpoint is strongly typed and documented via OpenAPI, allowing you to build robust automations, sync thousands of assets, and integrate Flottix into your existing CI/CD pipelines.
- Deterministic programmatic control
- High-volume data processing
- Interactive OpenAPI/Swagger documentation
curl -X GET "https://api.flottix.app/v1/assets?search=MacBook" \
-H "Authorization: Bearer YOUR_API_KEY" {
"data": [
{
"id": "ast_123",
"tag": "TAG-042",
"name": "MacBook Pro 16",
"status": "ready_to_deploy"
}
]
} curl -X POST "https://api.flottix.app/v1/assets/ast_123/checkout" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"assigned_to": "usr_890",
"location_id": "loc_berlin"
}' {
"data": {
"id": "ast_123",
"status": "deployed",
"assigned_to": "usr_890"
}
} Interactive API Docs
Test endpoints directly from your browser.
Enterprise Security by Default
API Keys and Webhooks use the exact same strict security infrastructure as our frontend.
Role-Based Access Control
Scripts can only do what the underlying API key permits.
Granular Scopes
Limit API access to read-only or specific modules.
Immutable Audit Trails
Every API request is permanently logged.
Related Features
Explore more ways to optimize your IT asset management.
Custom Fields
Adapt Flottix to your organization. Create custom fields, categories, and workflows that match how your team actually works.
Learn moreAI Integration
The first ITAM to implement Model Context Protocol (MCP). Let AI agents securely manage your inventory with 55+ specialized tools.
Learn moreSecurity & Compliance
Protect your asset data with MFA, audit history, and role-based controls. Upgrade to Professional for SSO and audit export.
Learn moreBuild ultimate IT automation
Get your API key today and start connecting.
Free plan available. Optional one-time 14-day Professional trial included.