Skip to content
Embarc Information Technology (P) Ltd.
Developers

Integration is a contract, not an afterthought

Customer systems have consumed Find'n'Secure data for over a decade through documented REST resources, signed webhooks and scheduled exports. Access is provisioned per tenant with our integration engineers on the call; public self-serve documentation is in preparation.

Request API accessPublic docs in preparation
API surface

Resources available today

Read access to the same models the operator console reads, so reports reconcile with what dispatchers see.

  • GET/v1/vehicles

    Fleet inventory with current position, ignition state and last-seen timestamp.

  • GET/v1/trips

    Completed and in-progress trips with distance, duration, idling and route conformance.

  • GET/v1/events

    Geofence, overspeed, tamper and sensor-threshold events, cursor-paginated.

  • GET/v1/reports/{id}

    Pre-computed operational reports in JSON or CSV for BI ingestion.

Write operations — provisioning, geofence and rule management — are enabled per tenant after integration review.

Interface guarantees

What you can build against

The commitments that determine whether an integration survives its third year.

Authentication

Scoped API keys issued per tenant and per integration, with read or read-write grants and independent revocation. Keys are never shared across environments.

Versioning

Breaking changes ship under a new major path. Existing majors receive a documented support window with advance written notice before retirement.

Rate limits and pagination

Per-key limits published in response headers; large result sets are cursor-paginated so backfills and incremental syncs use the same code path.

Webhook delivery

Signed payloads with at-least-once delivery, exponential backoff and a replay window — receivers are expected to be idempotent on event ID.

Integration patterns

How teams connect to us

Operational data sync

Incremental pulls of vehicles, trips and events into a warehouse or BI layer using cursor pagination, so a nightly load and a historical backfill share one implementation.

Event-driven alerting

Signed webhooks push geofence, tamper and threshold events into your incident tooling within seconds of ingestion, with replay available for missed windows.

Identity and provisioning

Per-tenant scoped credentials, and user provisioning aligned to your directory so joiners and leavers are handled by existing HR process rather than manual console work.

Enterprise system connectors

Export contracts for ERP, maintenance and payroll systems — field mappings, delivery schedules and schema ownership agreed and versioned by us, not left to a spreadsheet.

Platform controls

Security and operational posture

Stated as implemented controls. Certification status and audit documentation are shared under NDA during evaluation.

Access control

Every action is attributable. Permissions are granted per tenant, per role, and reviewed as part of release sign-off.

  • Role-based access control
  • Per-action audit trail
  • Scoped API credentials

Data protection

Encrypted in transit and at rest, with tenant isolation enforced in the data layer rather than the application layer alone.

  • TLS in transit
  • Encryption at rest
  • Tenant-scoped queries

Operations

Critical paths carry metrics, traces and alerting. Backup restoration and failover are exercised, not assumed.

  • Metrics, logs and traces
  • Tested restore procedure
  • Change and release records