Loading theme toggle
PUT/auth

Execute auth action

**Status:** `implemented` Applies a single authentication-related action based on the `action` field in the payload. Supported workflows include: - Checking whether an email exists and whether it is valid. - Checking account state to drive UI (active, locked, dummy accounts). - Initiating and completing password resets with redirect metadata.

Authentication

Request

Make a PUT request to /auth with a JSON request body.

Request Body

Required

One action per request identified by the `action` discriminator.

Content-Type: application/json

Response

200Action executed successfully.
400Validation Error
401Unauthorized
403Forbidden
422Unprocessable Entity
429Too Many Requests
500Internal Server Error