{"info":{"_postman_id":"9acf4c76-ab82-4bf7-be0a-aa226e94d69c","name":"Adms API","description":"<html><head></head><body><p>ADMS Server adalah middleware komunikasi antara mesin fingerprint\n<strong>ZKTeco (Solution)</strong> dan server aplikasi menggunakan mekanisme <strong>push &amp;\npull</strong>. Server ini mengelola registrasi perangkat, penarikan log,\npengiriman command, autentikasi, serta integrasi webhook otomatis.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20500330","collectionId":"9acf4c76-ab82-4bf7-be0a-aa226e94d69c","publishedId":"2sB3dPQp8E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-04T10:10:31.000Z"},"item":[{"name":"Adms","item":[{"name":"Auth","item":[{"name":"register","id":"3c6a2f6b-3ecc-4945-a964-b6268383699d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sejator Dev\",\r\n    \"email\": \"admin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/register","urlObject":{"path":["auth","register"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ab49329a-6a2e-42fa-a9ba-9da8dc7be7b5","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sejator Dev\",\r\n    \"email\": \"admin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-OrB9Px8UUOnS1aBjUnhamXQytMg\""},{"key":"Date","value":"Thu, 27 Nov 2025 02:07:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 201,\n    \"data\": {\n        \"id\": 2,\n        \"email\": \"admin@gmail.com\",\n        \"name\": \"Sejator Dev\",\n        \"created_at\": \"2025-11-27 09:07:03\",\n        \"updated_at\": \"2025-11-27 09:07:03\"\n    }\n}"}],"_postman_id":"3c6a2f6b-3ecc-4945-a964-b6268383699d"},{"name":"login","id":"f1951f70-c0a4-48aa-a51b-7c1b570c037e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"e8e324b2-8582-4ca6-a279-db45765f2315","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"557"},{"key":"ETag","value":"W/\"22d-hi3+0OmtAqsowj+T2nmFun6Z4y4\""},{"key":"Date","value":"Thu, 27 Nov 2025 04:44:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 201,\n    \"data\": {\n        \"access_token\": \"{{vault:json-web-token}}\",\n        \"refresh_token\": \"{{vault:json-web-token}}\",\n        \"expires_in\": 3600\n    }\n}"}],"_postman_id":"f1951f70-c0a4-48aa-a51b-7c1b570c037e"},{"name":"refresh","id":"8f878544-170a-4d57-bfa1-f059bb3bea9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"{{vault:json-web-token}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/refresh","urlObject":{"path":["auth","refresh"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"b2926aac-8dba-4a16-8ec1-8c830e281128","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"{{vault:json-web-token}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/refresh"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"557"},{"key":"ETag","value":"W/\"22d-NDpc6AJLRVaPe7jPXx3UGSJq0jk\""},{"key":"Date","value":"Thu, 27 Nov 2025 08:44:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 201,\n    \"data\": {\n        \"access_token\": \"xxxxx\",\n        \"refresh_token\": \"xxxxx\",\n        \"expires_in\": 3600\n    }\n}"}],"_postman_id":"8f878544-170a-4d57-bfa1-f059bb3bea9a"},{"name":"logout","id":"a70cc8c2-6521-467c-ad87-22ae2c70690f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3000/auth/logout","urlObject":{"path":["auth","logout"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a70cc8c2-6521-467c-ad87-22ae2c70690f"},{"name":"profile","id":"b472577f-802d-4267-92bb-a582c0270aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/auth/profile","urlObject":{"path":["auth","profile"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"9f02e930-643b-40a6-9847-d92e182be8b6","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-daCR7f95ESTdtxzHeJd6JNR1IEA\""},{"key":"Date","value":"Thu, 27 Nov 2025 05:58:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"id\": 2,\n        \"email\": \"admin@gmail.com\",\n        \"name\": \"Sejator Dev\",\n        \"created_at\": \"2025-11-27 09:07:03\",\n        \"updated_at\": \"2025-11-27 12:58:20\"\n    }\n}"}],"_postman_id":"b472577f-802d-4267-92bb-a582c0270aec"}],"id":"005e2743-3f69-4f7f-9db9-0511e891d1b7","_postman_id":"005e2743-3f69-4f7f-9db9-0511e891d1b7","description":""},{"name":"Users","item":[{"name":"get all","id":"9adb0c0c-efdc-4de3-9d3d-b76521d1fcca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","name":"Users","type":"folder"}},"urlObject":{"path":["users"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"b8f7b3a3-fbc5-4b1f-8641-3ed2c5127e29","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"292"},{"key":"ETag","value":"W/\"124-fUZH1T3TzkNZagLMHwr1GwMXS8g\""},{"key":"Date","value":"Thu, 27 Nov 2025 07:46:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 200,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"email\": \"admin@gmail.com\",\n            \"name\": \"Sejator Dev\",\n            \"created_at\": \"2025-11-27 14:42:33\",\n            \"updated_at\": \"2025-11-27 14:42:39\"\n        },\n        {\n            \"id\": 2,\n            \"email\": \"admin@example.com\",\n            \"name\": \"Administrator\",\n            \"created_at\": \"2025-11-27 14:45:00\",\n            \"updated_at\": \"2025-11-27 14:45:00\"\n        }\n    ]\n}"}],"_postman_id":"9adb0c0c-efdc-4de3-9d3d-b76521d1fcca"},{"name":"get by id","id":"26611dee-c954-4c21-93fa-56d9e7f9489b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","name":"Users","type":"folder"}},"urlObject":{"path":["users",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"ed599466-ad07-40b6-adc1-93b20d1b0eac","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/users/:id","host":["http://localhost:3000"],"path":["users",":id"],"variable":[{"key":"id","value":"{{id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"164"},{"key":"ETag","value":"W/\"a4-W2jKggkQzTTlUGpoPOawMQsMjlk\""},{"key":"Date","value":"Thu, 27 Nov 2025 07:47:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"id\": 2,\n        \"email\": \"admin@example.com\",\n        \"name\": \"Administrator\",\n        \"created_at\": \"2025-11-27 14:45:00\",\n        \"updated_at\": \"2025-11-27 14:45:00\"\n    }\n}"}],"_postman_id":"26611dee-c954-4c21-93fa-56d9e7f9489b"},{"name":"create","id":"6dfe2a6b-15a1-4b10-a548-c61dbf0297db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Administrator\",\n    \"email\": \"admin@example.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","name":"Users","type":"folder"}},"urlObject":{"path":["users"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"43797417-c54a-4c85-9942-72f562d3d171","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Administrator\",\n    \"email\": \"admin@example.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"ADMS API (1.0.0)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"164"},{"key":"ETag","value":"W/\"a4-pDuB3GHRDR5YxwXhunWDryxde44\""},{"key":"Date","value":"Thu, 27 Nov 2025 07:51:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"code\": 201,\n    \"data\": {\n        \"id\": 3,\n        \"email\": \"admin@example.com\",\n        \"name\": \"Administrator\",\n        \"created_at\": \"2025-11-27 14:51:15\",\n        \"updated_at\": \"2025-11-27 14:51:15\"\n    }\n}"}],"_postman_id":"6dfe2a6b-15a1-4b10-a548-c61dbf0297db"},{"name":"update","id":"bf628351-12d9-4438-af49-8f06cd6ef943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sejator Media\",\n    \"email\": \"admin@gmail.com\"\n}"},"url":"http://localhost:3000/users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","name":"Users","type":"folder"}},"urlObject":{"path":["users",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"bf628351-12d9-4438-af49-8f06cd6ef943"},{"name":"delete","id":"0c15e06e-0451-4791-aa43-983922600243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/users/:id","urlObject":{"path":["users",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"0c15e06e-0451-4791-aa43-983922600243"}],"id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7051d2bb-861e-47bd-b230-0fc5decff426"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"bcef2182-8c84-4d4d-b2f4-8a033769377e"}}],"_postman_id":"aad6e7f8-5cd5-49e5-b8c0-0591bb6887cf","description":""},{"name":"Devices","item":[{"name":"get all","id":"4f861ba1-14fa-4cc6-9718-3f4123a64842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/devices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","name":"Devices","type":"folder"}},"urlObject":{"path":["devices"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f861ba1-14fa-4cc6-9718-3f4123a64842"},{"name":"get by id","id":"477436fb-93d0-4b25-8fdc-774b58e90cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/devices/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","name":"Devices","type":"folder"}},"urlObject":{"path":["devices",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"477436fb-93d0-4b25-8fdc-774b58e90cae"},{"name":"create","id":"dc4f9396-943f-450d-a439-474446ba29e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"serial_number\": \"NJF7241700366\",\n    \"location\": \"Kiputih\",\n    \"webhook_url\": \"https://webhook.site/1b5c75df-436f-4daf-ab74-9b8f8547d4f2\" // jika lebih dari satu pisahkan dengan koma\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/devices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","name":"Devices","type":"folder"}},"urlObject":{"path":["devices"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc4f9396-943f-450d-a439-474446ba29e3"},{"name":"update","id":"1c74d979-3f64-43b1-9a93-5bfd29ed88dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"location\": \"Kiputih Bandung\",\n    \"webhook_url\": \"https://webhook.site/1b5c75df-436f-4daf-ab74-9b8f8547d4f2\", // jika lebih dari satu pisahkan dengan koma\n    \"delay\": 60,\n    \"error_delay\": 60\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/devices/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","name":"Devices","type":"folder"}},"urlObject":{"path":["devices",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"1c74d979-3f64-43b1-9a93-5bfd29ed88dd"},{"name":"delete","id":"e1895e11-1669-4794-a4ac-f2fa3bc26930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/devices/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","name":"Devices","type":"folder"}},"urlObject":{"path":["devices",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"e1895e11-1669-4794-a4ac-f2fa3bc26930"}],"id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:json-web-token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"77c22f8f-9320-49c6-a8e3-eaa7819a3933"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"54320488-d4df-4ebb-80d3-cd72eac64ee2"}}],"_postman_id":"2cefbdea-b6bb-48f0-83c6-17ed405bc394","description":""},{"name":"Command","item":[{"name":"Check","id":"a65e7cca-7904-494f-885c-c612928596ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"check\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a65e7cca-7904-494f-885c-c612928596ac"},{"name":"Reset","id":"f8bd4286-e9ab-46b2-b683-ab3c655e7b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"reset\" // ini akan mengirim ulang semua data presensi yang ada di mesin (hati-hati)\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8bd4286-e9ab-46b2-b683-ab3c655e7b53"},{"name":"Info","id":"9d6d50bc-464a-4417-b202-684fa7511523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"info\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6d50bc-464a-4417-b202-684fa7511523"},{"name":"Log","id":"db18fa6e-6a24-4de2-b66d-9a926267a84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"log\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"db18fa6e-6a24-4de2-b66d-9a926267a84a"},{"name":"Reboot","id":"902ffba7-ce37-42ac-aa50-37af644d1f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"reboot\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"902ffba7-ce37-42ac-aa50-37af644d1f80"},{"name":"Reload","id":"6ed8bb4b-6c05-43eb-b019-4ba14d643718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"reload\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ed8bb4b-6c05-43eb-b019-4ba14d643718"},{"name":"Set timezone","id":"338ae5a9-a84a-442d-a9fd-783c30559aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"set.timezone\",\n    \"timezone\": \"7\" // GMT+/- (-7/7)\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"338ae5a9-a84a-442d-a9fd-783c30559aa3"},{"name":"Set volume","id":"773e1cf4-1226-4aef-b3a8-1de84fd563e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"set.volume\",\n    \"volume\": 20 // 0-100\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"773e1cf4-1226-4aef-b3a8-1de84fd563e1"},{"name":"Set language","id":"14dea9bd-0d70-4b7d-9d43-19e8c17f0975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"set.language\",\n    \"language\": 73 // 73 (Indonesia), 69 (Inggris)\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"14dea9bd-0d70-4b7d-9d43-19e8c17f0975"},{"name":"User info","id":"bf78ba55-1cf9-4fde-9371-4c742f9b5331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"user.info\",\n    \"user_id\": \"1250100xxx\" // user id yang terdaftar di mesin\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf78ba55-1cf9-4fde-9371-4c742f9b5331"},{"name":"User edit","id":"e40ef1d5-2e36-448f-a57c-82ebff5098e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"user.edit\",\n    \"user_id\": \"1250100xxx\", // user id yang terdaftar di mesin\n    \"name\": \"Tukang Ketik\",\n    \"privilege\": 14, // 0, 2, 6, 10, 14\n    \"password\": 1234\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e40ef1d5-2e36-448f-a57c-82ebff5098e5"},{"name":"User delete","id":"43aa3f0a-58b0-4e20-90a0-af176d6d4095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"user.delete\",\n    \"user_id\": \"1250100xxx\" // user id yang terdaftar di mesin\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"43aa3f0a-58b0-4e20-90a0-af176d6d4095"},{"name":"User clone","id":"a3c0a82a-e112-495a-a127-aa5714afd928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"user.clone\",\n    \"user_id\": \"1250100xxx\", // user id yang terdaftar di mesin\n    \"device_target\": \"34,38,40\" // untuk device lebih dari satu, pisahkan dengan koma\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3c0a82a-e112-495a-a127-aa5714afd928"},{"name":"User move","id":"2f386d64-f76e-462a-9960-e17c181dfd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"user.move\",\n    \"user_id\": \"1250100xxx\", // user id yang terdaftar di mesin\n    \"device_target\": \"38\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f386d64-f76e-462a-9960-e17c181dfd28"},{"name":"Attendance download","id":"0d36cf7d-4ac0-451c-b5e3-2bf094fd6365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"attendance.download\",\n    \"start_date\": \"2025-12-04\",\n    \"end_date\": \"2025-12-10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d36cf7d-4ac0-451c-b5e3-2bf094fd6365"},{"name":"Attendance verify","id":"1ed3f1bf-ead5-4818-a45c-232cb3cd9722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"attendance.verify\",\n    \"start_date\": \"2025-11-28\",\n    \"end_date\": \"2025-12-04\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ed3f1bf-ead5-4818-a45c-232cb3cd9722"},{"name":"Clear log","id":"7e48cd9f-fc0f-4436-9904-b944b439a99f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"attendance.clear\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e48cd9f-fc0f-4436-9904-b944b439a99f"},{"name":"System command","id":"a8ea194e-af2a-45a2-8f18-53e4457b828b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"command.system\", // hati-hati menggunakan perintah ini\n    \"command\": \"ls\" // list directory\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/command","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":true,"source":{"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","name":"Command","type":"folder"}},"urlObject":{"path":["command"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8ea194e-af2a-45a2-8f18-53e4457b828b"}],"id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-public-key"},{"key":"value","value":"{{vault:json-web-token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1f0160cb-f14a-4caf-926b-a03c33f7858a","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"77ae31c1-cdfa-446a-a1ec-34f4335b5e6f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"b805a274-25f1-470c-ad2e-4b2aa1c4cbbb","description":""}],"id":"0b5eac64-d769-4c00-9721-24d0bb514a4f","_postman_id":"0b5eac64-d769-4c00-9721-24d0bb514a4f","description":""}],"event":[{"listen":"prerequest","script":{"id":"f6b0b749-931f-4373-859a-697cff36ea99","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"8ca147df-10b4-44b2-85e4-9a8d17a090de","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:3000"},{"key":"device_id","value":"1"},{"key":"user_id","value":"1"},{"key":"public_key","value":"{{vault:json-web-token}}"},{"key":"refresh_token","value":"{{vault:json-web-token}}"},{"key":"access_token","value":"{{vault:json-web-token}}"}]}