Workshop API
/api/ws/*Workshop owner platform domain with onboarding, soft launch mapping, operational namespaces, and v2 read-model contracts.
Overview
Docs HomeWorkshop StartCarOwner StartWorkshop Onboarding
Get Started01 API key setup02 API key in requests03 Auth testing04 Bearer token callsCollections
Platform API Collection (Soft Launch)Soft Launch All EndpointsSoft Launch InteractiveFundamentalsCanonical SpecAPI Reference
API RootWorkshop IndexWorkshop InteractiveWorkshop Auth InteractiveAll Workshop EndpointsCarOwner IndexCarOwner InteractiveCarOwner Auth InteractiveAll CarOwner EndpointsCore/Common IndexCore InteractiveAll Core EndpointsWorkshop Namespaces
AuthUserProfileWorkshopCoreWorkshopOwnershipRequestContactsAddressesOpeningHoursServicesManagersCertificatesSocialMediaBookingsRatingsServiceHistoryEmailVerificationNotificationsMessagesBrregLookupBookingStatusesCategoriesReportsServiceRecordsUsersAccessV2RealtimePresenceSupportCarOwner Namespaces
AuthBookingBookingStatusCarBrandsCarOwnerPaymentsCarOwnerServiceRecordsCategoriesFavoritesMarketplaceMarketplaceCompatMarketplaceFiltersMessagesNotificationsPresenceProfileRatingsRealtimeServiceLogSettingsVehiclesCore Namespaces
CoreVehicleServiceHistoryWorkshopCommonCarOwnerCommonPage Introduction
API root explains domain split, routing model, proxy behavior, and environment targeting for interactive testing.
API Reference
MinBil APIs are documented per domain: Workshop (`/api/ws/*`), CarOwner (`/api/co/*`), and Core/Common (`/api/core/*`). Interactive docs run through same-origin proxy routes in this project.
Interactive pages can execute requests against any of these environments:
Workshop owner platform domain with onboarding, soft launch mapping, operational namespaces, and v2 read-model contracts.
CarOwner app domain with complete namespace breakdown and dedicated auth interactive reference.
Shared and core endpoints used across domains.
# Workshop requests http://localhost:3000/api/ws/* # CarOwner requests http://localhost:3000/api/co/* # Core/Common requests http://localhost:3000/api/core/*
Proxy target environment is selected from the environment switcher in interactive pages.