Fuse API
This table provides the event and query domains for the primary service modules that make up the overall Fuse system. There is a development and a production domain.
Production Domain | Development Domain | Ruleset Name | Description |
---|---|---|---|
b16x9 | v1_fuse_vehicle | fuse_vehicle.krl | Services for the overall vehicle Pico |
b16x10 | v1_fuse_keys | fuse_keys.krl | Keys for various APIs (protected) |
b16x11 | v1_fuse_carvoyant | fuse_carvoyant_mashery.krl | Services for interacting with Carvoyant API |
b16x13 | v1_fuse_error | fuse_error.krl | Services for handling error events |
b16x16 | v1_fuse_owner | fuse_init.krl | Services for the owner pico |
b16x17 | v1_fuse_fleet | fuse_fleet.krl | Services for managing the fleet |
b16x18 | v1_fuse_trips | fuse_trips.krl | Series for Trips API |
b16x19 | v1_fuse_common | fuse_common.krl | Common functions; used by most Fuse rulesets |
b16x20 | v1_fuse_fuel | fuse_fuel.krl | Services for the Fuel API |
b16x21 | v1_fuse_maintenance | fuse_maintenance.krl | Services for the Maintenance API |
b16x22 | v1_fuse_bootstrap | fuse_bootstrap.krl | Service for bootstrapping a new Fuse account |
b16x23 | v1_fuse_fleet_oauth | fuse_fleet_oauth.krl | Services for managing OAuth between the fleet pico and Carvoyant |
b16x26 | v1_fuse_reports | fuse_reports.krl | Functions for creating reports (no need to be installed) |
The structure of the Fuse API follows the pico structure.
Todo
Registering as a Developer
OAuth2/Delegated Access