๐ Solver Logout
Endpoint: POST /api/solver/auth/logout
Auth Required: โ
Yes (Solver Bearer Token)
Content-Type: application/json
๐ Description
This endpoint logs the solver out of the CivicEdge platform by invalidating the active refresh token.
Once logged out: - the current session is terminated - refresh tokens can no longer be used - access tokens become ineffective after expiration
This ensures secure session termination, especially on shared or field devices.
๐ Authentication
Include the solver access token in the request header:
๐งพ Request Body
```json { "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6..." }