UTILIDESK Jobman API v0.1
Download OpenAPI Spec (swagger.json)
Authentication
POST/auth/loginLogin with email/mobile and optional OTP
POST/auth/otp/requestRequest OTP for login
POST/auth/otp/verifyVerify OTP and get JWT token
Tickets
GET/tickets?userId={id}&status={status}Get tickets for user (Bearer token required)
GET/tickets/{id}Get ticket by ID (Bearer token required)
POST/tickets/{id}/statusUpdate ticket status (Bearer token required)
POST/tickets/{id}/notesAdd note to ticket (Bearer token required)
GET/tickets/{id}/timelineGet ticket timeline (Bearer token required)
Messages
GET/messages/unread/{userId}Get unread message count (Bearer token required)
Settings
GET/settingsGet all settings
GET/settings/{key}Get setting by key
Utility
GET/utility/setting/{key}Get utility-specific setting
POST/utility/sms/sendSend SMS (Bearer token required)
GET/utility/logo/urlGet logo URL
GET/utility/bg/urlGet background URL
API Specification
For full API specification including request/response schemas, download the OpenAPI JSON file.
You can view it in the Swagger Editor or import into Postman.