Trust & security
Who builds this API, where the data lives, and what stays the same when you depend on it.
Company
GeoDynamics builds time tracking, telematics, and workforce management software. Headquartered in Kortrijk, Belgium. More than 20 years of continuous operation. Part of Blinqx, a European software group.
The REST API and MCP surface on build.geodynamics.eu are direct extensions of the same backend that powers IntelliTracer, the platform 4,000+ companies use every day for clockings, GPS, fleet, payroll exports, and CIAW declarations.
Security and compliance
- EU data residency. All API traffic terminates on infrastructure inside the European Union. No data leaves the EU.
- GDPR-aligned. Data Processing Agreements available. Personal data is handled under EU GDPR. A DPIA and EU AI Act technical documentation are maintained for high-risk processing scenarios.
- Authenticated per identity. HTTP Basic Auth for service-to-service, OAuth 2.1 with mandatory PKCE (
S256) for user-driven flows. - HTTPS everywhere. TLS 1.2+ enforced. HSTS at the edge.
- Tenant isolation. Every API call is scoped to a single company. Cross-tenant reads are not possible by design.
- Read-only in V1. The public API does not write back to production systems by default. Write paths are explicit, gated, and opt-in.
- Rate limiting. 1800 requests per 30 minutes per identity. Bad-request lockout for credential stuffing protection. See Rate limits.
Reliability
The API runs on the same production platform as IntelliTracer. 100,000+ monthly payrolls and 63,000+ daily CIAW registrations are processed through the underlying systems. New REST methods land continuously, with backward-compatible changes documented in the changelog.
Status notifications and incident communication go through GeoDynamics support.
Versioning
Breaking changes are versioned in the URL path. Additive changes (new fields, new endpoints) ship under the current major version without a version bump. Deprecations are announced in the changelog with a minimum 6-month notice before removal.
Contact
- Legal entity
- GeoDynamics NV, Dumolinlaan 9, 8500 Kortrijk, Belgium. VAT BE 0421.226.656.
- General inquiries
- info@geodynamics.be, +32 56 35 16 36
- Support
- geodynamics.eu/nl-be/support
- Security disclosure
- info@geodynamics.be with subject "Security disclosure".