Copenhagen Truck Wash API Help

Request a customer password reset email

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /auth/password-reset/request

Operation

Operation ID: requestPasswordReset

Send an email with a password reset token to the customer's email address

Authentication

No authentication required.

Request Body

Required: yes.

Content type: application/json

{ "properties": { "customer_number": { "description": "The customer number", "example": 123456, "type": "integer" }, "g_recaptcha_response": { "description": "reCAPTCHA verification token", "type": "string" } }, "required": [ "customer_number", "g_recaptcha_response" ], "type": "object" }

Responses

Status

Description

Content Types

200

Request processed

application/json

400

Schema for response 200 (application/json):

{ "properties": { "message": { "type": "string" } }, "type": "object" }
17 March 2026