Copenhagen Truck Wash API Help

API Overview

This section provides a high-level overview of how to interact with the API based on openapi.yaml.

Base URLs

The API currently defines the following servers:

https://api.truckwash.dk https://api.truckwash.io http://localhost/api

Common Headers

Header

Description

Authorization

Use Bearer authentication for protected endpoints: Authorization: Bearer <JWT>.

Accept

Use application/json.

Content-Type

Use application/json for request bodies.

X-Customer-Number

Required for many customer-scoped requests when authenticated as a subuser.

17 March 2026