Logout (no-op — session revocation is managed by WorkOS)

POST/auth/logout

Clears the client-side session. Session and token revocation are handled by WorkOS, so this endpoint always succeeds and makes no server-side state change.

Auth:Bearer
Request
bash
curl -sS -X POST "https://phosra-api-sandbox-production.up.railway.app/api/v1/auth/logout" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"