{"success":true,"message":"Welcome to BoltLockNow Central API","version":"1.0.0","endpoints":{"health":"GET /health","jobs":{"create":"POST /api/v1/:tenant/jobs","list":"GET /api/v1/:tenant/jobs","openJobs":"GET /api/v1/:tenant/jobs/open","getById":"GET /api/v1/:tenant/jobs/:id","updateStatus":"PATCH /api/v1/:tenant/jobs/:id/status"},"bids":{"create":"POST /api/v1/:tenant/jobs/:id/bid","list":"GET /api/v1/:tenant/jobs/:id/bids","accept":"POST /api/v1/:tenant/bids/:id/accept","reject":"POST /api/v1/:tenant/bids/:id/reject"},"tracking":{"track":"GET /api/v1/track/:token","status":"GET /api/v1/track/:token/status"},"customers":{"jobs":"GET /api/v1/customers/jobs","awaitingDecision":"GET /api/v1/customers/jobs/awaiting-decision","jobBids":"GET /api/v1/customers/jobs/:jobId/bids","acceptBid":"POST /api/v1/customers/jobs/:jobId/accept-bid","reopenBidding":"POST /api/v1/customers/jobs/:jobId/reopen-bidding","generateKey":"POST /api/v1/customers/jobs/:jobId/generate-key","validateKey":"POST /api/v1/customers/validate-key","messages":{"get":"GET /api/v1/customers/jobs/:jobId/messages","send":"POST /api/v1/customers/jobs/:jobId/messages"}},"locksmiths":{"getProfile":"GET /api/v1/locksmiths/:id"}},"tenants":["locksmith","plumber","electrician","customer","admin"]}