{"name":"CMMS API","version":"1.0.0","description":"Computerized Maintenance Management System API","documentation":"https:\/\/api.cmms.katsana.com\/docs","endpoints":{"authentication":{"login":{"method":"POST","path":"\/login","description":"Authenticate user and receive API token"},"logout":{"method":"POST","path":"\/logout","description":"Revoke current access token","auth_required":true}},"user":{"profile":{"method":"GET","path":"\/profile","description":"Get authenticated user profile","auth_required":true},"update_profile":{"method":"PUT","path":"\/profile","description":"Update authenticated user profile","auth_required":true}},"work_requests":{"list":{"method":"GET","path":"\/work-requests","description":"Get paginated list of work requests","auth_required":true},"create":{"method":"POST","path":"\/work-requests","description":"Create new work request","auth_required":true},"show":{"method":"GET","path":"\/work-requests\/{id}","description":"Get single work request","auth_required":true},"update":{"method":"PUT\/PATCH","path":"\/work-requests\/{id}","description":"Update work request","auth_required":true},"delete":{"method":"DELETE","path":"\/work-requests\/{id}","description":"Delete work request","auth_required":true}}},"base_url":"https:\/\/https:\/\/api.cmms.katsana.com","authentication":"Bearer Token (Laravel Sanctum)","contact":{"email":"support@katsana.com"}}