Method | Path | Status | Action |
---|---|---|---|
GET | /api/users | 500 | |
POST | /api/users | 500 | |
GET | /api/users/123 | 500 | |
PUT | /api/users/123 | 500 | |
DELETE | /api/users/123 | 500 | |
GET | /api/nonexistent | 500 | |
POST | /api/auth/login | 500 |
GET /api/users?active=true&name=John
X-Auth-Token: Bearer ac7c98a31d5e43b2b4fdd8ad38765601
Content-Type: application/json
X-Request-ID: c99050e0-db8f-4621-bd9b-f00f0a661260
500 Internal Server Error
{
"error": "Internal server error",
"message": "Database connection failed",
"request_id": "c99050e0-db8f-4621-bd9b-f00f0a661260"
}
Click on a call stack item to view details here.