{"name":"Click to Call Backend API","version":"1.0.0","description":"Backend service for NetSapiens Click to Call Chrome Extension with JWT Authentication","documentation":"/api/docs","health":"/health","endpoints":{"authentication":{"login":"POST /api/auth/login","refresh":"POST /api/auth/refresh","me":"GET /api/auth/me","logout":"POST /api/auth/logout","logoutAll":"POST /api/auth/logout-all","sessions":"GET /api/auth/sessions"},"calls":{"initiate":"POST /api/calls/initiate","phonenumbers":"GET /api/calls/phonenumbers","history":"GET /api/calls/history","stats":"GET /api/calls/stats","details":"GET /api/calls/:callId","updateStatus":"PATCH /api/calls/:callId/status","delete":"DELETE /api/calls/:callId"},"sms":{"send":"POST /api/sms/send","numbers":"GET /api/sms/numbers","history":"GET /api/sms/history","stats":"GET /api/sms/stats","details":"GET /api/sms/:messageSession","conversation":"GET /api/sms/conversation/:phoneNumber","updateStatus":"PATCH /api/sms/:messageSession/status","delete":"DELETE /api/sms/:messageSession"}}}