{"info":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"269322","collectionId":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","publishedId":"TzsWs9Xj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-21T18:15:33.000Z"},"item":[{"name":"Add Clients","id":"aac22307-5837-4320-95b8-d26a7f25a06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"INC-TOKEN","value":"Bearer 99d342d90bb409f7ac6051f79c9f03cb","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"Client\": {\n            \"id\": \"3335364\",\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Morales\",\n            \"company_name\": \"TECH INNOVATIONS\",\n            \"email\": \"jaime.ziga@gmail.com\",\n            \"phone\": \"3334605867\",\n            \"cellphone\": \"911722484\",\n            \"prospectus\": true,\n            \"spf\": \"somevalue\",\n            \"moneda\": \"MXN\",\n            \"notes\": \"Test de REST API desde Postman\",\n            \"source_id\": \"14984\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://incrementacrm.com/api/clients/add","description":"<p>The endpoint <code>https://incrementacrm.com/api/clients/add</code> is a POST request to add a new client. The request should include a payload in the raw request body type with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"Client\": {\n      \"id\": \"\",\n      \"first_name\": \"\",\n      \"last_name\": \"\",\n      \"company_name\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"prospectus\": true,\n      \"spf\": \"\",\n      \"moneda\": \"\",\n      \"notes\": \"\",\n      \"source_id\": \"\"\n    }\n  }\n]\n\n</code></pre>\n<p>The response to this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Client\": {\n    \"id\": \"\",\n    \"user_id\": \"\",\n    \"company_id\": \"\",\n    \"user_assigned_id\": \"\",\n    \"source_id\": null,\n    \"folio\": \"\",\n    \"prospectus\": true,\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"position\": null,\n    \"company_name\": null,\n    \"trade_name\": null,\n    \"tax_payer_id\": null,\n    \"conekta_id\": null,\n    \"website\": null,\n    \"address\": null,\n    \"zip\": null,\n    \"country_id\": null,\n    \"state_id\": null,\n    \"city\": null,\n    \"phone\": \"\",\n    \"cellphone\": null,\n    \"email\": \"\",\n    \"birth_date\": null,\n    \"notes\": null,\n    \"newsletter\": \"\",\n    \"newsletter_author\": null,\n    \"newsletter_notes\": null,\n    \"newsletter_modified\": null,\n    \"projects\": \"\",\n    \"active_projects\": \"\",\n    \"last_update\": null,\n    \"autofollow\": true,\n    \"converted\": null,\n    \"deleted\": null,\n    \"created\": \"\",\n    \"modified\": \"\",\n    \"name\": \"\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","add"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"85d6da65-928e-408d-817c-d7fd03e55450","name":"Add Clients Response","originalRequest":{"method":"POST","header":[{"key":"INC-TOKEN","value":"Bearer a1de733347f5cca0684d1bec7a39adc1","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"Client\": {\n            \"id\": \"3335364\",\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Morales\",\n            \"email\": \"john.doe@gmail.com\",\n            \"phone\": \"911722484\",\n            \"prospectus\": false,\n            \"spf\": \"somevalue\",\n            \"moneda\": \"MXN\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://incrementacrm.com/api/clients/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.6"},{"key":"Date","value":"Tue, 20 Jul 2021 17:47:13 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"748"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Client\": {\n            \"id\": \"9046984\",\n            \"user_id\": \"0\",\n            \"company_id\": \"502\",\n            \"user_assigned_id\": \"0\",\n            \"source_id\": null,\n            \"folio\": \"14201\",\n            \"prospectus\": true,\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Morales\",\n            \"position\": null,\n            \"company_name\": null,\n            \"trade_name\": null,\n            \"tax_payer_id\": null,\n            \"conekta_id\": null,\n            \"website\": null,\n            \"address\": null,\n            \"zip\": null,\n            \"country_id\": null,\n            \"state_id\": null,\n            \"city\": null,\n            \"phone\": \"911722484\",\n            \"cellphone\": null,\n            \"email\": \"john.doe@gmail.com\",\n            \"birth_date\": null,\n            \"notes\": null,\n            \"newsletter\": \"active\",\n            \"newsletter_author\": null,\n            \"newsletter_notes\": null,\n            \"newsletter_modified\": null,\n            \"projects\": \"0\",\n            \"active_projects\": \"0\",\n            \"last_update\": null,\n            \"autofollow\": false,\n            \"converted\": null,\n            \"deleted\": null,\n            \"created\": \"2021-07-20 12:47:13\",\n            \"modified\": \"2021-07-20 12:47:13\",\n            \"name\": \"Chico Morales\"\n        }\n    }\n]"}],"_postman_id":"aac22307-5837-4320-95b8-d26a7f25a06e"},{"name":"Edit Clients","id":"25bc0496-4a00-471e-ba65-11d7f646e9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"INC-TOKEN","value":"Bearer 6c4fe18c8d1e0d8a59feee82b6e20a23","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"Client\": {\n            \"id\": \"3335364\",\n            \"folio\": 245,\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Gonzáles\",\n            \"email\": \"john.doe@gmail.com\",\n            \"phone\": \"911722484\",\n            \"prospectus\": false,\n            \"spf\": \"somevalue\",\n            \"moneda\": \"MXN\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://incrementacrm.com/api/clients/edit","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","edit"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"b3ecf7c4-9d54-482e-b58d-a0dcaf940a5e","name":"Edit Clients Response","originalRequest":{"method":"POST","header":[{"key":"INC-TOKEN","value":"Bearer a1de733347f5cca0684d1bec7a39adc1","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"Client\": {\n            \"id\": \"3335364\",\n            \"folio\": 245,\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Gonzáles\",\n            \"email\": \"john.doe@gmail.com\",\n            \"phone\": \"911722484\",\n            \"prospectus\": false,\n            \"spf\": \"tuputamadre\",\n            \"moneda\": \"MXN\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://incrementacrm.com/api/clients/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.6"},{"key":"Date","value":"Tue, 20 Jul 2021 17:48:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"909"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Client\": {\n            \"id\": \"3335364\",\n            \"user_id\": \"7443\",\n            \"company_id\": \"502\",\n            \"user_assigned_id\": \"7851\",\n            \"source_id\": \"10156\",\n            \"folio\": \"244\",\n            \"prospectus\": false,\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Gonzáles\",\n            \"position\": \"et\",\n            \"company_name\": \"Grupo Robles-Estrada\",\n            \"trade_name\": \"\",\n            \"tax_payer_id\": \"\",\n            \"conekta_id\": null,\n            \"website\": \"example.net\",\n            \"address\": \"Travessera Sarabia, 84, 12º 5º, 31390, La Barrera del Pozo\",\n            \"zip\": \"71228\",\n            \"country_id\": \"484\",\n            \"state_id\": \"2031\",\n            \"city\": \"Oaxaca\",\n            \"phone\": \"911722484\",\n            \"cellphone\": \"630 56 4023\",\n            \"email\": \"john.doe@gmail.com\",\n            \"birth_date\": null,\n            \"notes\": \"\",\n            \"newsletter\": \"active\",\n            \"newsletter_author\": null,\n            \"newsletter_notes\": null,\n            \"newsletter_modified\": null,\n            \"projects\": \"1\",\n            \"active_projects\": \"0\",\n            \"last_update\": \"2020-04-12 17:26:13\",\n            \"autofollow\": false,\n            \"converted\": \"2020-04-12 17:11:41\",\n            \"deleted\": null,\n            \"created\": \"2020-04-12 17:11:41\",\n            \"modified\": \"2021-07-20 12:48:05\",\n            \"name\": \"Grupo Robles-Estrada\"\n        }\n    }\n]"}],"_postman_id":"25bc0496-4a00-471e-ba65-11d7f646e9a8"},{"name":"Fetch Client","id":"5cc6f296-c172-451b-b32f-6006d7c2a7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer 99d342d90bb409f7ac6051f79c9f03cb","type":"text"}],"url":"https://incrementacrm.com/api/clients/get/9914635","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","get","9914635"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"8bfe5e0f-e848-4fea-a331-5e4ffb322f2f","name":"Fetch Clients Response","originalRequest":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer a1de733347f5cca0684d1bec7a39adc1","type":"text"}],"url":"https://incrementacrm.com/api/clients/get/8995111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.6"},{"key":"Date","value":"Tue, 20 Jul 2021 17:44:41 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"990"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Client\": {\n        \"id\": \"8995111\",\n        \"user_id\": \"988\",\n        \"company_id\": \"502\",\n        \"user_assigned_id\": \"988\",\n        \"source_id\": \"0\",\n        \"folio\": \"14094\",\n        \"prospectus\": false,\n        \"first_name\": \"Cristian\",\n        \"last_name\": \"Leiva\",\n        \"position\": \"eaque\",\n        \"company_name\": \"Centro Álvarez-Castro\",\n        \"trade_name\": \"\",\n        \"tax_payer_id\": null,\n        \"conekta_id\": null,\n        \"website\": \"example.net\",\n        \"address\": \"Paseo Claudia, 079, 41º D, 01262, El Expósito del Penedès\",\n        \"zip\": \"\",\n        \"country_id\": \"484\",\n        \"state_id\": \"0\",\n        \"city\": \"\",\n        \"phone\": \"950 99 8444\",\n        \"cellphone\": \"917 524928\",\n        \"email\": \"sancho.celia@example.org\",\n        \"birth_date\": null,\n        \"notes\": \"Prospecto registrado por el plan: basic. Origen del prospecto: direct-traffic.\",\n        \"newsletter\": \"active\",\n        \"newsletter_author\": null,\n        \"newsletter_notes\": null,\n        \"newsletter_modified\": null,\n        \"projects\": \"4\",\n        \"active_projects\": \"1\",\n        \"last_update\": \"2021-06-10 11:44:33\",\n        \"autofollow\": false,\n        \"converted\": \"2021-06-10 11:44:33\",\n        \"deleted\": null,\n        \"created\": \"2021-05-12 10:26:16\",\n        \"modified\": \"2021-06-28 16:56:03\",\n        \"name\": \"Centro Álvarez-Castro\"\n    }\n}"}],"_postman_id":"5cc6f296-c172-451b-b32f-6006d7c2a7a9"},{"name":"Fetch Clients","id":"a8b5ad78-4d37-4d68-ad95-8f72cb3e6756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer bab5692a71f1b10a29e814ed15b341c1","type":"text"}],"url":"https://incrementacrm.com/api/clients/get/all","description":"<p>This endpoint retrieves all clients from the CRM system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","get","all"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"8fb6db10-dea7-461f-bf3b-5f7fa4878a02","name":"Fetch Clients Response","originalRequest":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer a1de733347f5cca0684d1bec7a39adc1","type":"text"}],"url":"https://incrementacrm.com/api/clients/get/8995111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.6"},{"key":"Date","value":"Tue, 20 Jul 2021 17:44:41 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"990"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Client\": {\n        \"id\": \"8995111\",\n        \"user_id\": \"988\",\n        \"company_id\": \"502\",\n        \"user_assigned_id\": \"988\",\n        \"source_id\": \"0\",\n        \"folio\": \"14094\",\n        \"prospectus\": false,\n        \"first_name\": \"Cristian\",\n        \"last_name\": \"Leiva\",\n        \"position\": \"eaque\",\n        \"company_name\": \"Centro Álvarez-Castro\",\n        \"trade_name\": \"\",\n        \"tax_payer_id\": null,\n        \"conekta_id\": null,\n        \"website\": \"example.net\",\n        \"address\": \"Paseo Claudia, 079, 41º D, 01262, El Expósito del Penedès\",\n        \"zip\": \"\",\n        \"country_id\": \"484\",\n        \"state_id\": \"0\",\n        \"city\": \"\",\n        \"phone\": \"950 99 8444\",\n        \"cellphone\": \"917 524928\",\n        \"email\": \"sancho.celia@example.org\",\n        \"birth_date\": null,\n        \"notes\": \"Prospecto registrado por el plan: basic. Origen del prospecto: direct-traffic.\",\n        \"newsletter\": \"active\",\n        \"newsletter_author\": null,\n        \"newsletter_notes\": null,\n        \"newsletter_modified\": null,\n        \"projects\": \"4\",\n        \"active_projects\": \"1\",\n        \"last_update\": \"2021-06-10 11:44:33\",\n        \"autofollow\": false,\n        \"converted\": \"2021-06-10 11:44:33\",\n        \"deleted\": null,\n        \"created\": \"2021-05-12 10:26:16\",\n        \"modified\": \"2021-06-28 16:56:03\",\n        \"name\": \"Centro Álvarez-Castro\"\n    }\n}"}],"_postman_id":"a8b5ad78-4d37-4d68-ad95-8f72cb3e6756"},{"name":"Fetch Clients by Email","id":"aa14ee96-38e7-4de4-9ce3-ac156438b3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer inc_5fdd888bb3f088d68bd926cb83e585a9","type":"text"}],"url":"https://incrementacrm.com/api/clients/get/?email=john@email.com","description":"<p>The API retrieves client information based on the provided email address.</p>\n<p>Query conditions may include the following fields from the Client schema:</p>\n<ul>\n<li><p>'id'</p>\n</li>\n<li><p>'user_id'</p>\n</li>\n<li><p>'folio'</p>\n</li>\n<li><p>'first_name'</p>\n</li>\n<li><p>'last_name'</p>\n</li>\n<li><p>'position'</p>\n</li>\n<li><p>'company_name'</p>\n</li>\n<li><p>'website'</p>\n</li>\n<li><p>'address'</p>\n</li>\n<li><p>'zip'</p>\n</li>\n<li><p>'country_id'</p>\n</li>\n<li><p>'state_id'</p>\n</li>\n<li><p>'city_id'</p>\n</li>\n<li><p>'phone'</p>\n</li>\n<li><p>'cellphone'</p>\n</li>\n<li><p>'email'</p>\n</li>\n<li><p>'birth_date'</p>\n</li>\n<li><p>'prospectus'</p>\n</li>\n<li><p>'created'</p>\n</li>\n<li><p>'modified'</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","get",""],"host":["incrementacrm","com"],"query":[{"key":"email","value":"john@email.com"}],"variable":[]}},"response":[{"id":"9349a568-c119-40e4-b771-a2e4f2f42039","name":"Fetch Clients by Email Response","originalRequest":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer inc_5fdd888bb3f088d68bd926cb83e585a9","type":"text"}],"url":{"raw":"https://incrementacrm.test/api/clients/get/?email=john@email.com","protocol":"https","host":["incrementacrm","test"],"path":["api","clients","get",""],"query":[{"key":"email","value":"john@email.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Date","value":"Sat, 21 Sep 2024 17:11:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"548"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Client\": {\n            \"id\": \"12705985\",\n            \"company_id\": \"4551\",\n            \"user_id\": \"10068\",\n            \"folio\": \"1\",\n            \"first_name\": \"Chico\",\n            \"last_name\": \"Morales\",\n            \"position\": null,\n            \"company_name\": \"TECH INNOVATIONS\",\n            \"website\": null,\n            \"address\": null,\n            \"zip\": null,\n            \"country_id\": null,\n            \"state_id\": null,\n            \"city_id\": null,\n            \"phone\": \"333460586778868\",\n            \"cellphone\": \"91172248352554\",\n            \"email\": \"john@email.com\",\n            \"birth_date\": null,\n            \"notes\": \"Test de REST API desde Postman\",\n            \"projects\": \"0\",\n            \"active_projects\": \"0\",\n            \"prospectus\": true,\n            \"created\": \"2024-09-20 19:24:49\",\n            \"modified\": \"2024-09-20 19:24:49\",\n            \"name\": \"TECH INNOVATIONS\"\n        }\n    }\n]"}],"_postman_id":"aa14ee96-38e7-4de4-9ce3-ac156438b3ff"},{"name":"Delete Clients","id":"7af4276e-de03-40ab-9fcf-c9db50a63bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"INC-TOKEN","value":"Bearer 6c4fe18c8d1e0d8a59feee82b6e20a23","type":"text"}],"url":"https://incrementacrm.com/api/clients/delete/9908571","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients","delete","9908571"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"603248bb-958c-49fb-b951-a34a718aa04a","name":"Delete Clients Response","originalRequest":{"method":"DELETE","header":[{"key":"INC-TOKEN","value":"Bearer a1de733347f5cca0684d1bec7a39adc1","type":"text"}],"url":"https://incrementacrm.com/api/clients/delete/9010431"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.6"},{"key":"Date","value":"Tue, 20 Jul 2021 17:51:09 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"25"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\"Client 9010431 deleted.\""}],"_postman_id":"7af4276e-de03-40ab-9fcf-c9db50a63bb2"},{"name":"Fetch Users","id":"6f916319-bd3e-40ad-aba7-78125cc2fb59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer inc_5fdd888bb3f088d68bd926cb83e585a9","type":"text"}],"url":"https://incrementacrm.com/api/users/get/all","description":"<h3 id=\"get-all-users\">Get All Users</h3>\n<p>This endpoint retrieves all users from the Incrementa CRM system.</p>\n<h4 id=\"request\">Request</h4>\n<p><code>GET /api/users/get/all</code></p>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of user objects, with each user's details such as User ID, Company ID, and other relevant fields. The example response for a single user object is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"User\": {\n            \"id\": \"10075\",\n            \"company_id\": \"4551\",\n            \"username\": \"admin@example.com\",\n            \"name\": \"Main Admin\",\n            \"active\": true\n        }\n    }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","id":"bf5903b2-d7ae-4d2d-acfb-a9eee90d1892","name":"Incrementa REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","get","all"],"host":["incrementacrm","com"],"query":[],"variable":[]}},"response":[{"id":"e52f2cf9-369b-4216-8df5-e94838289cde","name":"Fetch Users Response","originalRequest":{"method":"GET","header":[{"key":"INC-TOKEN","value":"Bearer inc_5fdd888bb3f088d68bd926cb83e585a9","type":"text"}],"url":"https://incrementacrm.test/api/users/get/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Date","value":"Sat, 21 Sep 2024 17:21:42 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"3495"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"User\": {\n            \"id\": \"10072\",\n            \"company_id\": \"4551\",\n            \"username\": \"user1@incrementacrm.com\",\n            \"name\": \"Admin\",\n            \"active\": false\n        }\n    },\n    {\n        \"User\": {\n            \"id\": \"10075\",\n            \"company_id\": \"4551\",\n            \"username\": \"admin@example.com\",\n            \"name\": \"Main Admin\",\n            \"active\": true\n        }\n    }\n]"}],"_postman_id":"6f916319-bd3e-40ad-aba7-78125cc2fb59"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"5f0718df-98d5-4d73-817f-88ccb623083a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"de37b055-d393-4b2f-98f0-357a246a7bf8","type":"text/javascript","exec":[""]}}]}