Page Introduction

Workshop namespace index

Workshop API reference groups endpoints by namespace and operational domain so frontend engineers can implement in bounded modules.

  • Start with namespace-level pages for field-level details.
  • Use all-endpoints table for quick method/path scanning.
  • Use auth interactive first if access flow is not validated yet.

Workshop API Reference

Workshop namespaces and endpoints

API reference shows all namespaces and endpoint methods from the workshop rules documentation (`API-DOC/workshop-rules`).

28Namespaces
137Endpoint methods

Workshop API collections

Soft Launch Collection

Platform pages

Structured collection mapped to current platform pages and implementation intent.

Open soft launch collection

Auth

6 endpoints

Authentication endpoints for workshop users: sign up, sign in, refresh, and logout.

Open namespace reference

Services

6 endpoints

CRUD endpoints for workshop services, including pricing, duration, images, and category mapping. These services are visible to car owners.

Open namespace reference

Bookings

12 endpoints

Workshop endpoints to manage service bookings, including group status updates.

Open namespace reference

Ratings

7 endpoints

Owner-facing endpoints to list, inspect, summarize, and delete ratings received by the workshop.

Open namespace reference

ServiceHistory

2 endpoints

List and inspect service history entries for the authenticated workshop.

Open namespace reference

Categories

8 endpoints

Endpoints for workshop and service categories used by marketplace filters and workshop category ownership selection.

Open namespace reference

ServiceRecords

2 endpoints

Workshop scoped service records. Provides read-model list and export endpoints for own historical service logs.

Open namespace reference

UsersAccess

6 endpoints

Workshop user and access management endpoints. Additive API layer for soft-launch user/role workflows.

Open namespace reference

V2

22 endpoints

V2 workshop read models and consolidated endpoints. All endpoints are additive and keep the existing V1 API untouched.

Open namespace reference

Workshop API groups