Integrators API

Documents & Booking API for workshops and integration partners

Getting Started

Need API credentials? Contact hei@bilmappa.no to register as a workshop. Once registered, you can create API keys yourself in the workshop portal under Settings.

Documents API

Upload vehicle documents and track processing status.

Booking API

Manage your workshop calendar, services, and customer bookings.

Booking Workflow

Bilmappa owns the calendar. Your workshop pushes available time slots and polls for new bookings. Customers book through Bilmappa, and you confirm or reject via the API.

1. PUT /services — Publish your service catalog → 2. PUT /availability — Push available time slots → 3. GET /bookings — Poll for new bookings → 4. PATCH /bookings/{id} — Confirm or reject

Document Upload Testing

Use Dry Run Mode: Test your document upload integration safely with dryRun=true. This validates authentication and request format without processing the document.