This section provides a high-level overview of how to interact with the API.
+ +| Header | +Description | +
| Content-Type | +Should be application/json for all POST/PUT requests. | +
| Accept | +application/json is recommended. | +
All API requests must be authenticated using an API token.
+ +Include your token in the Authorization header as a Bearer token:
+This section details how the API handles and reports errors.
+ +Errors are returned as a JSON object with an error message and code:
+The API uses standard HTTP status codes:
+| Code | +Meaning | +
| 200 | +OK - Request succeeded | +
| 400 | +Bad Request - Invalid parameters | +
| 401 | +Unauthorized - Missing or invalid token | +
| 403 | +Forbidden - Insufficient permissions | +
| 404 | +Not Found - Resource does not exist | +
| 500 | +Server Error - Internal server failure | +
Welcome to the %product% documentation.
+This API provides access to the Copenhagen Truck Wash system, allowing you to manage wash bookings, vehicle data, and customer information.
+ +The API is built on REST principles and returns JSON-encoded responses.
+