{"info":{"_postman_id":"6dd08a41-147d-49cb-ab4e-68c5bd3adc96","name":"Cekat Open API","description":"<html><head></head><body><p>Cekat Open API is designed to integrate your application with Cekat's features, such as creating WhatsApp message templates and sending WhatsApp messages. This API is specifically for integrating WhatsApp Business inboxes only.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28427156","collectionId":"6dd08a41-147d-49cb-ab4e-68c5bd3adc96","publishedId":"2sAXqtagQo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-21T09:48:23.000Z"},"item":[{"name":"Business","item":[{"name":"Register Business","id":"39ba79eb-b1d4-4423-a92d-e5fb34366841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-partner-api-key"},{"key":"value","value":"{{PARTNER_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"business_name","value":"testing","type":"text"},{"key":"email","value":"testing@cekat.com","type":"text"},{"key":"phone_number","value":"6285695209520","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"referral_code","value":"orderonline","type":"text"},{"key":"user_id","value":"testing_id","type":"text"},{"key":"personal_access_key","value":"testing_access_key","type":"text"}]},"url":"/register","description":"<p>This endpoint allows you to register a new business and get cekat open api key.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"business_name\": \"business name\",\n  \"email\": \"business email\",\n  \"phone_number\": \"business phone number\",\n  \"password\": \"password\",\n  \"referral_code\": \"partner referral code\",\n  // below is for orderonline\n  \"user_id\": \"OO user ID\",\n  \"personal_access_key\": \"OO personal access key\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and has the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 201,\n    \"cekat_api_key\": \"string api key\"\n}\n\n</code></pre>\n","urlObject":{"path":["register"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"62093e06-60bf-4cd7-a3df-ca360e465e41","name":"Register Business","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"business_name","value":"testing","type":"text"},{"key":"email","value":"testing@cekat.com","type":"text"},{"key":"phone_number","value":"6285695209520","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"referral_code","value":"orderonline","type":"text"},{"key":"user_id","value":"testing_id","type":"text"},{"key":"personal_access_key","value":"testing_access_key","type":"text"}]},"url":"/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 201,\n    \"cekat_api_key\": \"string api key\"\n}"}],"_postman_id":"39ba79eb-b1d4-4423-a92d-e5fb34366841"}],"id":"2a3e7066-cc6c-481c-a74c-86df191a15e6","description":"<p>User can register a business. After registering the business, user can also log in to the web chat at chat.cekat.ai by using the forget password feature. Through this API, user can also retrieve data of the registered businesses.</p>\n","_postman_id":"2a3e7066-cc6c-481c-a74c-86df191a15e6"},{"name":"Inboxes","item":[{"name":"Inboxes","id":"759292c3-cd7c-44dc-9d1c-e26a05ec8433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/inboxes","description":"<h3 id=\"get-inboxes\">GET /inboxes</h3>\n<p>This endpoint retrieves a list of inboxes.</p>\n<h4 id=\"request\">Request</h4>\n<p>There are no request parameters for this endpoint.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"2024-06-25T09:51:08.617927+00:00\",\n            \"business_id\": \"\",\n            \"name\": \"Cekat Development\",\n            \"description\": \"Description\",\n            \"phone_number\": \"628123456789\",\n            \"status\": \"active\",\n            \"ai_agent_id\": \"string or null\",\n            \"image_url\": \"string or null\",\n            \"type\": \"whatsapp\"\n        }\n    ]\n}\n\n</code></pre>\n<p>The response contains a boolean \"success\" flag, a \"status_code\" integer, and an array of \"data\" objects. Each \"data\" object represents an inbox with properties such as \"id\", \"created_at\", \"business_id\", \"name\", \"description\", \"phone_number\", \"status\", \"ai_agent_id\", \"image_url\", and \"type\".</p>\n","urlObject":{"path":["inboxes"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"759292c3-cd7c-44dc-9d1c-e26a05ec8433"}],"id":"bda23947-79f4-4597-b7d2-d920a8b361b4","_postman_id":"bda23947-79f4-4597-b7d2-d920a8b361b4","description":""},{"name":"Templates","item":[{"name":"Template","id":"978ba97f-b8c6-4834-b9f0-dd35e3d248a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/templates","description":"<h3 id=\"get-templates\">GET /templates</h3>\n<p>This endpoint retrieves templates associated with a specific business.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>/templates</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p><code>inbox_id</code> (string, optional): The ID of the inbox for which templates are to be retrieved.</p>\n</li>\n<li><p><code>status</code> (string, optional): The status which templates are to be retrieved.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": boolean,\n    \"status_code\": integer,\n    \"data\": [\n        {\n            \"id\": string,\n            \"created_at\": string,\n            \"body\": string,\n            \"wa_template_id\": string,\n            \"category\": string,\n            \"file_url\": string,\n            \"status\": string,\n            \"language\": string,\n            \"inbox_id\": string,\n            \"name\": string,\n            \"header_type\": string,\n            \"header\": string,\n            \"body_placeholder\": [string],\n            \"inbox\": {\n                \"id\": string,\n                \"name\": string,\n                \"type\": string,\n                \"status\": string,\n                \"business_id\": string\n            }\n        }\n    ]\n}\n\n</code></pre>\n<p>The <code>data</code> array contains objects representing individual templates, with each object containing various properties such as <code>id</code>, <code>created_at</code>, <code>body</code>, <code>wa_template_id</code>, <code>category</code>, <code>file_url</code>, <code>status</code>, <code>language</code>, <code>inbox_id</code>, <code>name</code>, <code>header_type</code>, <code>header</code>, <code>body_placeholder</code>, and <code>inbox</code> details.</p>\n","urlObject":{"path":["templates"],"host":[""],"query":[{"disabled":true,"key":"inbox_id","value":""}],"variable":[]}},"response":[],"_postman_id":"978ba97f-b8c6-4834-b9f0-dd35e3d248a3"},{"name":"Template Sync","id":"e3271c97-b3a1-4fe9-9560-7c26ac5ec836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"url":"/templates/sync?inbox_id={{inbox_id}}","description":"<p>This endpoint allows you to send an HTTP POST request to synchronize WhatsApp templates from the Meta server to the Cekat server using the specified inbox ID. This synchronization is initiated when you want to add a template message from the Meta server. The request should include the inbox ID as a query parameter.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not require a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200\n}\n\n</code></pre>\n","urlObject":{"path":["templates","sync"],"host":[""],"query":[{"key":"inbox_id","value":"{{inbox_id}}"}],"variable":[]}},"response":[],"_postman_id":"e3271c97-b3a1-4fe9-9560-7c26ac5ec836"},{"name":"Create template","id":"5bee4479-c5a5-48a4-b4cc-c75f63b03689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"tanya_kabarnya","description":"<p>(required) - The name of the template</p>\n","type":"text"},{"key":"category","value":"MARKETING","description":"<p>(required) - \"AUTHENTICATION\", \"MARKETING\", or \"UTILITY\"</p>\n","type":"text"},{"key":"language","value":"id","description":"<p>(required) - Language code, check our documentation</p>\n","type":"text"},{"key":"body","value":"Halo {{1}}, kamu apa kabarnya? Semoga baik-baik aja ya","description":"<p>(required) - The body content of the template.</p>\n","type":"text"},{"key":"inbox_id","value":"","description":"<p>(required) - The ID of the inbox associated with the template.</p>\n","type":"text"},{"key":"body_placeholder","value":"[\"Jane\"]","description":"<p>(optional or required) - placeholder for body variable </p>\n","type":"text"},{"key":"file","description":"<p>(optional) - format: jpeg, jpg, png</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/putriindahtresnawati/Downloads/happy-svgrepo-com 1.png"],"src":"/Users/putriindahtresnawati/Downloads/happy-svgrepo-com 1.png","disabled":true}]},"url":"/templates","description":"<h3 id=\"create-template\">Create Template</h3>\n<p>This endpoint allows the user to create a new template by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"form-data-parameters\">Form-Data Parameters</h4>\n<ul>\n<li><p><code>name</code>: (text, required) - The name of the template.</p>\n</li>\n<li><p><code>category</code>: (text, required) - The category of the template. The category must be one of the following: \"AUTHENTICATION\", \"MARKETING\", or \"UTILITY\". Typically, \"MARKETING\" is the most commonly used category.</p>\n</li>\n<li><p><code>language</code>: (text, required) - The language of the template. The language used should be a language code accepted by Meta, which includes the following:</p>\n<ul>\n<li><p>Afrikaans: \"af\"</p>\n</li>\n<li><p>Albanian: \"sq\"</p>\n</li>\n<li><p>Arabic: \"ar\"</p>\n</li>\n<li><p>Azerbaijani: \"az\"</p>\n</li>\n<li><p>Bengali: \"bn\"</p>\n</li>\n<li><p>Bulgarian: \"bg\"</p>\n</li>\n<li><p>Catalan: \"ca\"</p>\n</li>\n<li><p>Chinese (CHN): \"zh_CN\"</p>\n</li>\n<li><p>Chinese (HKG): \"zh_HK\"</p>\n</li>\n<li><p>Chinese (TAI): \"zh_TW\"</p>\n</li>\n<li><p>Croatian: \"hr\"</p>\n</li>\n<li><p>Czech: \"cs\"</p>\n</li>\n<li><p>Danish: \"da\"</p>\n</li>\n<li><p>Dutch: \"nl\"</p>\n</li>\n<li><p>English: \"en\"</p>\n</li>\n<li><p>English (UK): \"en_GB\"</p>\n</li>\n<li><p>English (US): \"en_US\"</p>\n</li>\n<li><p>Estonian: \"et\"</p>\n</li>\n<li><p>Filipino: \"fil\"</p>\n</li>\n<li><p>Finnish: \"fi\"</p>\n</li>\n<li><p>French: \"fr\"</p>\n</li>\n<li><p>Georgian: \"ka\"</p>\n</li>\n<li><p>German: \"de\"</p>\n</li>\n<li><p>Greek: \"el\"</p>\n</li>\n<li><p>Gujarati: \"gu\"</p>\n</li>\n<li><p>Hausa: \"ha\"</p>\n</li>\n<li><p>Hebrew: \"he\"</p>\n</li>\n<li><p>Hindi: \"hi\"</p>\n</li>\n<li><p>Hungarian: \"hu\"</p>\n</li>\n<li><p>Indonesian: \"id\"</p>\n</li>\n<li><p>Irish: \"ga\"</p>\n</li>\n<li><p>Italian: \"it\"</p>\n</li>\n<li><p>Japanese: \"ja\"</p>\n</li>\n<li><p>Kannada: \"kn\"</p>\n</li>\n<li><p>Kazakh: \"kk\"</p>\n</li>\n<li><p>Kinyarwanda: \"rw_RW\"</p>\n</li>\n<li><p>Korean: \"ko\"</p>\n</li>\n<li><p>Kyrgyz (Kyrgyzstan): \"ky_KG\"</p>\n</li>\n<li><p>Lao: \"lo\"</p>\n</li>\n<li><p>Latvian: \"lv\"</p>\n</li>\n<li><p>Lithuanian: \"lt\"</p>\n</li>\n<li><p>Macedonian: \"mk\"</p>\n</li>\n<li><p>Malay: \"ms\"</p>\n</li>\n<li><p>Malayalam: \"ml\"</p>\n</li>\n<li><p>Marathi: \"mr\"</p>\n</li>\n<li><p>Norwegian: \"nb\"</p>\n</li>\n<li><p>Persian: \"fa\"</p>\n</li>\n<li><p>Polish: \"pl\"</p>\n</li>\n<li><p>Portuguese (BR): \"pt_BR\"</p>\n</li>\n<li><p>Portuguese (POR): \"pt_PT\"</p>\n</li>\n<li><p>Punjabi: \"pa\"</p>\n</li>\n<li><p>Romanian: \"ro\"</p>\n</li>\n<li><p>Russian: \"ru\"</p>\n</li>\n<li><p>Serbian: \"sr\"</p>\n</li>\n<li><p>Slovak: \"sk\"</p>\n</li>\n<li><p>Slovenian: \"sl\"</p>\n</li>\n<li><p>Spanish: \"es\"</p>\n</li>\n<li><p>Spanish (ARG): \"es_AR\"</p>\n</li>\n<li><p>Spanish (SPA): \"es_ES\"</p>\n</li>\n<li><p>Spanish (MEX): \"es_MX\"</p>\n</li>\n<li><p>Swahili: \"sw\"</p>\n</li>\n<li><p>Swedish: \"sv\"</p>\n</li>\n<li><p>Tamil: \"ta\"</p>\n</li>\n<li><p>Telugu: \"te\"</p>\n</li>\n<li><p>Thai: \"th\"</p>\n</li>\n<li><p>Turkish: \"tr\"</p>\n</li>\n<li><p>Ukrainian: \"uk\"</p>\n</li>\n<li><p>Urdu: \"ur\"</p>\n</li>\n<li><p>Uzbek: \"uz\"</p>\n</li>\n<li><p>Vietnamese: \"vi\"</p>\n</li>\n<li><p>Zulu: \"zu\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>body</code>: (text, required) - The body content of the template. To add variables with values that can be changed, use <code>{{1}}</code> for the first variable, <code>{{2}}</code> for the second variable, and so on.</p>\n<ul>\n<li>body example with variables: \"Halo {{1}}, terima kasih sudah melihat toko kami. Saat ini sedang ada diskon {{2}}%\"</li>\n</ul>\n</li>\n<li><p><code>inbox_id</code>: (text, required) - The ID of the inbox associated with the template.</p>\n</li>\n<li><p><code>body_placeholder</code>: (text, required if body contains variables) - The placeholder values for the body content. If the template body contains variables, then <code>body_placeholder</code> becomes required. For example, if the body uses two variables, use a placeholder like <code>[\"Jane\", \"10\"]</code>.</p>\n</li>\n<li><p><code>file</code>: (file, optional) - The file to be uploaded for the template. Currently, only image file formats are accepted:</p>\n<ul>\n<li><p>jpeg</p>\n</li>\n<li><p>jpg</p>\n</li>\n<li><p>png</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 201,\n    \"data\": [\n        {\n            \"id\": \"c814b87b-984c-4752-9ce5-0fa4917b80db\",\n            \"created_at\": \"2024-06-27T01:03:24.664357+00:00\",\n            \"body\": \"Halo {{1}}, terima kasih sudah melihat produk kami.\",\n            \"wa_template_id\": \"123456789\",\n            \"category\": \"MARKETING\",\n            \"file_url\": \"string or null\",\n            \"status\": \"PENDING\",\n            \"language\": \"id\",\n            \"inbox_id\": \"2824c651-57c9-43c1-8c8c-5d07dc40265b\",\n            \"name\": \"terima_kasih\",\n            \"header_type\": \"string or null,\n            \"header\": \"string or null,\n            \"body_placeholder\": [\n                \"Jane\"\n            ],\n            \"inbox\": {\n                \"id\": \"2824c651-57c9-43c1-8c8c-5d07dc40265b\",\n                \"name\": \"Cekat Development\",\n                \"type\": \"whatsapp\",\n                \"status\": \"active\",\n                \"business_id\": \"94879c90-d298-460f-8fb7-2b21b0916646\"\n            }\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["templates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5bee4479-c5a5-48a4-b4cc-c75f63b03689"},{"name":"Delete template by wa_template_id","id":"f3a20fdc-7572-4cc0-b3fe-2b3928c18420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"/templates/{{wa_template_id}}","description":"<h3 id=\"delete-template\">Delete Template</h3>\n<p>This endpoint is used to delete a specific template by providing its wa_template_id in the URL path.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200\n}\n\n</code></pre>\n","urlObject":{"path":["templates","{{wa_template_id}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f3a20fdc-7572-4cc0-b3fe-2b3928c18420"},{"name":"Send template","id":"9f2dc0db-4499-4c09-8ca8-4a59413a0dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"wa_template_id\": \"956322736884885\",\n        // \"template_body_variables\": [122111],\n        // \"otp_code\": \"552345\", //max 15 char for auth only\n        \"inbox_id\":\"535e57b7-7e84-4313-aac3-a33d910d86e4\",\n        \"phone_number\": \"6282214715759\",\n        \"phone_name\": \"Putri Cantik\",\n        // \"file_url\": \"https://files.cekat.ai/11_Loadcell_accuracy_2e57aJ.pdf\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"/templates/send","description":"<h3 id=\"send-template\">Send Template</h3>\n<p>This endpoint allows you to send a template. Only template with status \"APPROVED\" will be proceed.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>raw (application/json)</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"wa_template_id\": \"\",\n  \"template_body_variables\": [],\n  \"inbox_id\": \"\",\n  \"otp_code\": \"\"\n  \"phone_number\": \"\",\n  \"phone_name\": \"\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is a JSON schema with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"\",\n            \"message\": \"\",\n            \"sent_by\": \"\",\n            \"status\": \"\",\n            \"conversation_id\": \"\",\n            \"media_url\": null,\n            \"media_type\": \"\",\n            \"is_deleted\": false,\n            \"token_usage\": null,\n            \"message_history\": null,\n            \"system_msg\": null\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["templates","send"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9f2dc0db-4499-4c09-8ca8-4a59413a0dd8"},{"name":"Send template Copy","id":"10ae496e-3274-4c0d-bcdf-2947e710575f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"// {\n//         \"wa_template_id\": \"\",\n//         // \"template_body_variables\": [\"Putri\"],\n//         // \"otp_code\": \"552345\", //max 15 char for auth only\n//         \"inbox_id\":\"\",\n//         \"phone_number\": \"\",\n//         \"phone_name\": \"\"\n//         // \"file_url\": \"https://files.cekat.ai/v09044g40000cu8ai5fog65qck6h2i40_C50duf_bvWLG3.mp4\" // optional\n// }\n\n{\n  \"wa_template_id\": \"9941043419347349\",\n//   \"template_body_variables\": [\n//     \"Ibu\", \"\"\n\n//   ],\n  \"inbox_id\": \"bb3619b2-db9f-4dea-adf0-c45f82f9cfdf\",\n  \"phone_number\": \"6282214715759\",\n  \"phone_name\": \"Putri Indah\"\n}","options":{"raw":{"language":"json"}}},"url":"/templates/send","description":"<h3 id=\"send-template\">Send Template</h3>\n<p>This endpoint allows you to send a template. Only template with status \"APPROVED\" will be proceed.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>raw (application/json)</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"wa_template_id\": \"\",\n  \"template_body_variables\": [],\n  \"inbox_id\": \"\",\n  \"otp_code\": \"\"\n  \"phone_number\": \"\",\n  \"phone_name\": \"\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is a JSON schema with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"\",\n            \"message\": \"\",\n            \"sent_by\": \"\",\n            \"status\": \"\",\n            \"conversation_id\": \"\",\n            \"media_url\": null,\n            \"media_type\": \"\",\n            \"is_deleted\": false,\n            \"token_usage\": null,\n            \"message_history\": null,\n            \"system_msg\": null\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["templates","send"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"10ae496e-3274-4c0d-bcdf-2947e710575f"},{"name":"Send template Copy 2","id":"104a2974-b8ca-4595-999f-4b6e63ea9f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"wa_template_id\": \"\",\n        // \"template_body_variables\": [\"Putri\"],\n        // \"otp_code\": \"552345\", //max 15 char for auth only\n        \"inbox_id\":\"\",\n        \"phone_number\": \"\",\n        \"phone_name\": \"\"\n        // \"file_url\": \"https://files.cekat.ai/v09044g40000cu8ai5fog65qck6h2i40_C50duf_bvWLG3.mp4\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"/templates/send","description":"<h3 id=\"send-template\">Send Template</h3>\n<p>This endpoint allows you to send a template. Only template with status \"APPROVED\" will be proceed.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>raw (application/json)</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"wa_template_id\": \"\",\n  \"template_body_variables\": [],\n  \"inbox_id\": \"\",\n  \"otp_code\": \"\"\n  \"phone_number\": \"\",\n  \"phone_name\": \"\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is a JSON schema with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"\",\n            \"message\": \"\",\n            \"sent_by\": \"\",\n            \"status\": \"\",\n            \"conversation_id\": \"\",\n            \"media_url\": null,\n            \"media_type\": \"\",\n            \"is_deleted\": false,\n            \"token_usage\": null,\n            \"message_history\": null,\n            \"system_msg\": null\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["templates","send"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"104a2974-b8ca-4595-999f-4b6e63ea9f8b"},{"name":"New Request","id":"368affba-b1e6-4960-af4c-7353c1804673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"368affba-b1e6-4960-af4c-7353c1804673"}],"id":"e2e3791b-10d2-459a-abee-6ca939815194","description":"<p>whatsapp template</p>\n","_postman_id":"e2e3791b-10d2-459a-abee-6ca939815194"},{"name":"integrations","item":[{"name":"integration","id":"3c681883-53fc-475b-a4e0-96c6dff5748c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/integrations","description":"<h3 id=\"get-inboxes\">GET /inboxes</h3>\n<p>This endpoint retrieves a list of inboxes.</p>\n<h4 id=\"request\">Request</h4>\n<p>There are no request parameters for this endpoint.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"2024-06-25T09:51:08.617927+00:00\",\n            \"business_id\": \"\",\n            \"name\": \"Cekat Development\",\n            \"description\": \"Description\",\n            \"phone_number\": \"628123456789\",\n            \"status\": \"active\",\n            \"ai_agent_id\": \"string or null\",\n            \"image_url\": \"string or null\",\n            \"type\": \"whatsapp\"\n        }\n    ]\n}\n\n</code></pre>\n<p>The response contains a boolean \"success\" flag, a \"status_code\" integer, and an array of \"data\" objects. Each \"data\" object represents an inbox with properties such as \"id\", \"created_at\", \"business_id\", \"name\", \"description\", \"phone_number\", \"status\", \"ai_agent_id\", \"image_url\", and \"type\".</p>\n","urlObject":{"path":["integrations"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3c681883-53fc-475b-a4e0-96c6dff5748c"},{"name":"integration","id":"5724d583-40e0-4922-8707-8b5119619655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"/integrations/delete","description":"<h3 id=\"get-inboxes\">GET /inboxes</h3>\n<p>This endpoint retrieves a list of inboxes.</p>\n<h4 id=\"request\">Request</h4>\n<p>There are no request parameters for this endpoint.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"\",\n            \"created_at\": \"2024-06-25T09:51:08.617927+00:00\",\n            \"business_id\": \"\",\n            \"name\": \"Cekat Development\",\n            \"description\": \"Description\",\n            \"phone_number\": \"628123456789\",\n            \"status\": \"active\",\n            \"ai_agent_id\": \"string or null\",\n            \"image_url\": \"string or null\",\n            \"type\": \"whatsapp\"\n        }\n    ]\n}\n\n</code></pre>\n<p>The response contains a boolean \"success\" flag, a \"status_code\" integer, and an array of \"data\" objects. Each \"data\" object represents an inbox with properties such as \"id\", \"created_at\", \"business_id\", \"name\", \"description\", \"phone_number\", \"status\", \"ai_agent_id\", \"image_url\", and \"type\".</p>\n","urlObject":{"path":["integrations","delete"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5724d583-40e0-4922-8707-8b5119619655"}],"id":"f555145d-b24c-4f50-8982-e8f1517cb665","_postman_id":"f555145d-b24c-4f50-8982-e8f1517cb665","description":""},{"name":"Messages","item":[{"name":"send wa message","id":"612921f1-2582-4d2f-9b1d-44b983b46c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"conversation_id\": \"\",\n  \"receiver\": \"\",\n  \"message\": \"Haloooo bales dari api\",\n  \"media_type\": \"location\",\n  \"location\": {\n    \"latitude\": \"-6.2664324\",\n    \"longitude\": \"106.5917695\",\n    \"name\": \"Namam lokasi\",\n    \"address\": \"addresss lokasi\"\n  },\n  \"header\": {},\n  \"action\": {\n    \"name\": \"interactive_button\",\n    \"parameters\": {\n      \"display_text\": \"Chat Cust Service 12222\",\n      \"url\": \"test url\"\n    }\n  }\n}\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button 10\",\n//   \"media_type\": \"list\",\n//   \"header\": {},\n//   \"action\": {\n//     \"button\": \"text1\",\n//       \"sections\": [\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },{\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button\",\n//   \"media_type\": \"button\",\n//   \"header\": {},\n//   \"action\": {\n//     \"buttons\": [\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"1\",\n//             \"title\": \"label button 1\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"2\",\n//             \"title\": \"label button 2\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"3\",\n//             \"title\": \"label button 3\"\n//           }\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo\",\n//   \"media_type\": \"cta_url\",\n//   \"header\": {},\n//   \"action\": {\n//     \"name\": \"interactive_button\",\n//     \"parameters\": {\n//       \"display_text\": \"Chat Cust Service 12222\",\n//       \"url\": \"test url\"\n//     }\n//   }\n// }","options":{"raw":{"language":"json"}}},"url":"{{OPEN_API_SERVER}}/messages/whatsapp","urlObject":{"path":["messages","whatsapp"],"host":["{{OPEN_API_SERVER}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"612921f1-2582-4d2f-9b1d-44b983b46c75"},{"name":"send wa message Copy","id":"a4c1d697-ec92-4eeb-9ce3-76f80380c92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"conversation_id\": \"\",\n  \"receiver\": \"\",\n  \"message\": \"Haloooo bales dari api\",\n  \"media_type\": \"location\",\n  \"location\": {\n    \"latitude\": \"-6.2664324\",\n    \"longitude\": \"106.5917695\",\n    \"name\": \"Namam lokasi\",\n    \"address\": \"addresss lokasi\"\n  },\n  \"header\": {},\n  \"action\": {\n    \"name\": \"interactive_button\",\n    \"parameters\": {\n      \"display_text\": \"Chat Cust Service 12222\",\n      \"url\": \"test url\"\n    }\n  }\n}\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button 10\",\n//   \"media_type\": \"list\",\n//   \"header\": {},\n//   \"action\": {\n//     \"button\": \"text1\",\n//       \"sections\": [\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },{\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button\",\n//   \"media_type\": \"button\",\n//   \"header\": {},\n//   \"action\": {\n//     \"buttons\": [\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"1\",\n//             \"title\": \"label button 1\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"2\",\n//             \"title\": \"label button 2\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"3\",\n//             \"title\": \"label button 3\"\n//           }\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo\",\n//   \"media_type\": \"cta_url\",\n//   \"header\": {},\n//   \"action\": {\n//     \"name\": \"interactive_button\",\n//     \"parameters\": {\n//       \"display_text\": \"Chat Cust Service 12222\",\n//       \"url\": \"test url\"\n//     }\n//   }\n// }","options":{"raw":{"language":"json"}}},"url":"{{OPEN_API_SERVER}}/messages/whatsapp","urlObject":{"path":["messages","whatsapp"],"host":["{{OPEN_API_SERVER}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c1d697-ec92-4eeb-9ce3-76f80380c92e"},{"name":"get messages","id":"b431611f-1d7a-4f94-b20f-5379f809ff7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/messages?conversation_id=","urlObject":{"path":["messages"],"host":[""],"query":[{"key":"conversation_id","value":""}],"variable":[]}},"response":[],"_postman_id":"b431611f-1d7a-4f94-b20f-5379f809ff7b"},{"name":"get detail message","id":"c8eedc04-0ff8-46f3-bc93-b0daf7a0083d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/messages/{{message_id}}","urlObject":{"path":["messages","{{message_id}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c8eedc04-0ff8-46f3-bc93-b0daf7a0083d"},{"name":"delete conversation","id":"9a155661-b157-43d5-8e13-ef370661b6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJidXNpbmVzc19pZCI6IjIyZGI3ZmQxLWQyM2EtNDliMy04YWY0LWZlYTU5YzVmN2Y4NSIsImVtYWlsIjoicHVwdXRyaWluZGFodEBnbWFpbC5jb20iLCJidXNpbmVzc19uYW1lIjoiUHV0cmkgU2hvcCIsImlhdCI6MTc1MDI0MDM1MX0.hctpR3GIMssS25uNzx4mbkMnZbcHLHaTyFqqi9kSeUQ","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"conversation_ids\": [\n    \"af13905c-0421-46f5-a7ab-a7a2f6110b27\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/backoffice/conversations-delete","urlObject":{"path":["v1","backoffice","conversations-delete"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a155661-b157-43d5-8e13-ef370661b6ca"},{"name":"delete conversation QA","id":"70b0c85c-a85a-47b3-a2e2-545e99333310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsImtpZCI6Ikx4UmFtRVFJRTRseTJKaTgiLCJ0eXAiOiJKV1QifQ.eyJhYWwiOiJhYWwxIiwiYW1yIjpbeyJtZXRob2QiOiJwYXNzd29yZCIsInRpbWVzdGFtcCI6MTc3NjMzMTA1MX1dLCJhcHBfbWV0YWRhdGEiOnsiYml6X2lkIjoiMGViMDBkZWMtNDMyYy00MmNmLWFjNDctMDRmYjU0ZjRhMzMyIiwicHJvdmlkZXIiOiJlbWFpbCIsInByb3ZpZGVycyI6WyJlbWFpbCJdfSwiYXVkIjoiYXV0aGVudGljYXRlZCIsImVtYWlsIjoiZGV2QGNla2F0LmFpIiwiZXhwIjoxNzc2OTM1Nzg1LCJpYXQiOjE3NzYzMzEwNTEsImlzX2Fub255bW91cyI6ZmFsc2UsImlzcyI6Imh0dHBzOi8vdWRxeHVjbG53bGlzZWl5cXVhcmMuc3VwYWJhc2UuY28vYXV0aC92MSIsInBob25lIjoiIiwicm9sZSI6ImF1dGhlbnRpY2F0ZWQiLCJzZXNzaW9uX2lkIjoiNDlkODJmNWUtOGM3Yy00MDg0LTkxMzMtYTdkZWQ5OThmNzIyIiwic3ViIjoiMjNiNThhNGEtMGFkYi00YjEzLTgyMzUtMmY0ZjRhYThhZDM5IiwidXNlcl9tZXRhZGF0YSI6eyJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiZm9yY2VfY2hhbmdlX3Bhc3N3b3JkIjpmYWxzZSwibmFtZSI6IkRldmVsb3BlciB0ZWFtIENla2F0In19._d4k9YVHH6VqsW6KCQt8yxhLSy79jFeVgVML6gkkIPk","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"conversation_ids\": [\n    \"0033b9af-dae8-4339-ad63-f714887328a6\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/backoffice/conversations-delete","urlObject":{"path":["v1","backoffice","conversations-delete"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70b0c85c-a85a-47b3-a2e2-545e99333310"},{"name":"api response beta","id":"97132e55-b7f7-4c0d-8b65-f449a67b131f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key {{Cekat api key}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messages\": [{\"id\": 1, \"message\": \"hi\", \"sent_by_type\": \"user\"}], //array of object (history msg)\n    \"ai_agent_id\": \"ab759ac2-9f24-402f-9873-57b2e18c474e\",\n    \"chat_data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/ai_response/beta","urlObject":{"path":["api","ai_response","beta"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97132e55-b7f7-4c0d-8b65-f449a67b131f"},{"name":"New Request","id":"f4165f46-227a-4c7a-919d-c1cf3f778c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f4165f46-227a-4c7a-919d-c1cf3f778c1f"}],"id":"4af421ab-a295-4714-98ee-e7402fa9dc46","_postman_id":"4af421ab-a295-4714-98ee-e7402fa9dc46","description":""},{"name":"New Open API","item":[{"name":"CRM Open API Copy","item":[{"name":"boards","id":"a08dc8b4-77ed-4091-9141-5a20e44f79c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/crm/boards","urlObject":{"path":["api","crm","boards"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a08dc8b4-77ed-4091-9141-5a20e44f79c5"},{"name":"board","id":"0189ab32-1bfd-4d7d-8218-12b6b6040106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/crm/boards/:id","urlObject":{"path":["api","crm","boards",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"02e66d41-3994-4847-a788-f491c92d3b9f","key":"id"}]}},"response":[],"_postman_id":"0189ab32-1bfd-4d7d-8218-12b6b6040106"},{"name":"column","id":"460ceb99-9d8a-40f2-899d-bc93fbbda5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/crm/boards/:boardId/columns/:columnId","urlObject":{"path":["api","crm","boards",":boardId","columns",":columnId"],"host":[""],"query":[],"variable":[{"type":"any","value":"0ee568c3-cab1-45a0-bb43-d5b452ed879a","key":"boardId"},{"type":"any","value":"0ee834f3-3fff-48aa-b5d7-8b45fad27198","key":"columnId"}]}},"response":[],"_postman_id":"460ceb99-9d8a-40f2-899d-bc93fbbda5ea"},{"name":"column by name","id":"8d9d4b58-d482-4116-a570-a95cb34f161a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Status\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/crm/boards/:boardId/columns/by-name","urlObject":{"path":["api","crm","boards",":boardId","columns","by-name"],"host":[""],"query":[],"variable":[{"type":"any","value":"e731bf34-d03d-477a-adcd-607e3196c6c7","key":"boardId"}]}},"response":[],"_postman_id":"8d9d4b58-d482-4116-a570-a95cb34f161a"},{"name":"items","id":"3cc5efcf-35b5-4b44-9c38-ad03f29a73f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"url":"/api/crm/boards/:boardId/items","urlObject":{"path":["api","crm","boards",":boardId","items"],"host":[""],"query":[],"variable":[{"type":"any","value":"599f81f4-fafe-46fa-8984-b87f25fc6490","key":"boardId"}]}},"response":[],"_postman_id":"3cc5efcf-35b5-4b44-9c38-ad03f29a73f7"},{"name":"item","id":"4139528c-5848-4804-88dd-daa38a23e3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/crm/boards/:boardId/items/:id","description":"<h1 id=\"get-item-detail\">Get Item Detail</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>Retrieves detailed information about a specific item from a CRM board. This endpoint returns comprehensive item data including basic item information, group details, and associated conversation data with contact information, inbox details, and pipeline status.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>boardId</code></td>\n<td>string (UUID)</td>\n<td>Yes</td>\n<td>The unique identifier of the CRM board containing the item</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>string (UUID)</td>\n<td>Yes</td>\n<td>The unique identifier of the item to retrieve</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<ul>\n<li><p><code>boardId</code>: <code>fc86ce1e-8be1-473d-99bf-c99e8869ae24</code></p>\n</li>\n<li><p><code>id</code>: <code>42868389-0eaf-4110-93d6-8f6505a98669</code></p>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>access_token</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Authentication token for API access. Use <code>{{access_token}}</code> variable for dynamic token management</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-structure\">Response Structure</h2>\n<h3 id=\"success-response-200-ok\">Success Response (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"success\",\n  \"data\": {\n    \"item_id\": \"string (UUID)\",\n    \"item_name\": \"string\",\n    \"group_id\": \"string (UUID)\",\n    \"group_name\": \"string\",\n    \"Test Conversation\": {\n      \"id\": \"string (UUID)\",\n      \"inbox\": {\n        \"name\": \"string\"\n      },\n      \"contact\": {\n        \"email\": \"string\",\n        \"display_name\": \"string\",\n        \"phone_number\": \"string\"\n      },\n      \"created_at\": \"string (ISO 8601 timestamp)\",\n      \"handled_by\": \"string or null\",\n      \"updated_at\": \"string (ISO 8601 timestamp)\",\n      \"assigned_by\": \"string or null\",\n      \"stage_status\": \"string\",\n      \"last_active_node\": \"string or null\",\n      \"assigned_ai_agent\": \"string or null\",\n      \"pipeline_status_id\": \"string (UUID)\"\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<ul>\n<li><p><strong>item_id</strong>: Unique identifier for the item</p>\n</li>\n<li><p><strong>item_name</strong>: Display name of the item</p>\n</li>\n<li><p><strong>group_id</strong>: Unique identifier of the group this item belongs to</p>\n</li>\n<li><p><strong>group_name</strong>: Display name of the group</p>\n</li>\n<li><p><strong>Test Conversation</strong>: Conversation object associated with the item containing:</p>\n<ul>\n<li><p><strong>id</strong>: Unique conversation identifier</p>\n</li>\n<li><p><strong>inbox</strong>: Inbox information where the conversation is located</p>\n</li>\n<li><p><strong>contact</strong>: Contact details including email, display name, and phone number</p>\n</li>\n<li><p><strong>created_at</strong>: Timestamp when the conversation was created</p>\n</li>\n<li><p><strong>updated_at</strong>: Timestamp of the last update</p>\n</li>\n<li><p><strong>stage_status</strong>: Current stage of the conversation (e.g., \"resolved\", \"open\", \"pending\")</p>\n</li>\n<li><p><strong>pipeline_status_id</strong>: Reference to the pipeline status</p>\n</li>\n<li><p><strong>handled_by</strong>: User handling the conversation (nullable)</p>\n</li>\n<li><p><strong>assigned_by</strong>: User who assigned the conversation (nullable)</p>\n</li>\n<li><p><strong>assigned_ai_agent</strong>: AI agent assigned to the conversation (nullable)</p>\n</li>\n<li><p><strong>last_active_node</strong>: Last active workflow node (nullable)</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","crm","boards",":boardId","items",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"fc86ce1e-8be1-473d-99bf-c99e8869ae24","key":"boardId"},{"type":"any","value":"42868389-0eaf-4110-93d6-8f6505a98669","key":"id"}]}},"response":[],"_postman_id":"4139528c-5848-4804-88dd-daa38a23e3fa"},{"name":"items search","id":"e89e9d10-af77-49cb-8b14-5ad83ece569f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"condition\": \"AND\",\n    \"search\": [\n        // {\n        //     \"column_name\": \"item_name\",\n        //     \"operator\": \"contains\",\n        //     \"value\": \"qa\"\n        // },\n        // {\n        //     \"column_name\": \"Test Dropdown\",\n        //     \"operator\": \"is_not_empty\"\n        // },\n        // {\n        //     \"column_name\": \"Test Dropdown\",\n        //     \"operator\": \"equals\",\n        //     \"value\": [\n        //         \"1\"\n        //     ]\n        // }\n        // {\n        //     \"column_name\": \"Test References\",\n        //     \"operator\": \"is_not_empty\"\n        // },\n        {\n            \"column_name\": \"Test References\",\n            \"operator\": \"equals\",\n            \"value\": [\n                \"ec2e88e6-ada8-42ce-a246-287bf937fb4e\",\n                \"60fac3cc-2af6-4bcb-abb4-21094cce1892\"\n            ]\n        }\n        // {\n        //     \"column_name\": \"Test Conversation\",\n        //     \"operator\": \"contains\",\n        //     \"value\": \"48420f3b\"\n        // }\n        // { \n        //     \"column_name\": \"Deal Value\",\n        //     \"operator\": \"greater_than_or_equal\",\n        //     \"value\": -1\n        // }\n        // {\n        //     \"column_name\": \"item_name\",\n        //     \"operator\": \"contains\",\n        //     \"value\": \"apple\"\n        // }\n        // {\n        //     \"column_name\": \"Stage\",\n        //     \"operator\": \"equals\",\n        //     \"value\": \"1\"\n        // }\n        // {\n        //     \"column_name\": \"Expected Close Date\",\n        //     \"operator\": \"start_date\",\n        //     \"value\": \"2025-09-01\"\n        // },\n        // {\n        //     \"column_name\": \"Expected Close Date\",\n        //     \"operator\": \"end_date\",\n        //     \"value\": \"2025-09-30\"\n        // }\n        // {\n        //     \"column_name\": \"Activities Timeline\",\n        //     \"operator\": \"from_start_date\",\n        //     \"value\": \"2025-08-01\"\n        // },\n        // {\n        //     \"column_name\": \"Activities Timeline\",\n        //     \"operator\": \"from_end_date\",\n        //     \"value\": \"2025-09-20\"\n        // },\n        // {\n        //     \"column_name\": \"Activities Timeline\",\n        //     \"operator\": \"to_start_date\",\n        //     \"value\": \"2025-08-01\"\n        // },\n        // {\n        //     \"column_name\": \"Activities Timeline\",\n        //     \"operator\": \"to_end_date\",\n        //     \"value\": \"2025-09-30\"\n        // }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/crm/boards/:boardId/items/search","urlObject":{"path":["api","crm","boards",":boardId","items","search"],"host":[""],"query":[],"variable":[{"type":"any","value":"0ee568c3-cab1-45a0-bb43-d5b452ed879a","key":"boardId"}]}},"response":[],"_postman_id":"e89e9d10-af77-49cb-8b14-5ad83ece569f"},{"name":"item with values","id":"602cced8-09a8-46b1-a843-831fc8438bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item_name\": \"tes default item open api\",\n    // \"group_id\": \"\"\n    // \"Phone\": \"1234\"\n    // \"Test Conversation\": \"48420f3b-4b32-4959-b7b5-18dfd995b011\"\n    // \"Status\": \"0\",\n    // \"Stages\":  [\"0\", \"1\"]\n    \"New Text\": \"test\",\n    \"New Agents\": [\"90257483-4c57-4a4b-ab51-2c3972ed9dc8\"]\n}","options":{"raw":{"language":"json"}}},"url":"/api/crm/boards/:boardId/items","urlObject":{"path":["api","crm","boards",":boardId","items"],"host":[""],"query":[],"variable":[{"type":"any","value":"599f81f4-fafe-46fa-8984-b87f25fc6490","key":"boardId"}]}},"response":[],"_postman_id":"602cced8-09a8-46b1-a843-831fc8438bee"},{"name":"item with values","id":"3247b008-cae0-4243-92b8-2e967ce5c84f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"item_name\": \"tes update dari api\",\n    \"New Agents\": []\n    // \"Status\": \"0\",\n    // \"Stages\":  [\"0\", \"1\"]\n}","options":{"raw":{"language":"json"}}},"url":"/api/crm/boards/:boardId/items/:itemId","urlObject":{"path":["api","crm","boards",":boardId","items",":itemId"],"host":[""],"query":[],"variable":[{"type":"any","value":"751237f8-90db-47fe-a6af-8c768da690e6","key":"boardId"},{"type":"any","value":"5d6023ab-8157-4bd8-9eca-1f1133a154f3","key":"itemId"}]}},"response":[],"_postman_id":"3247b008-cae0-4243-92b8-2e967ce5c84f"},{"name":"items","id":"609f1e7b-6b16-4bbb-b23b-de8f8acebee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"item_ids\": [\"36a06fc8-1822-4517-bf4f-4a6665cec044\", \"663aa920-5041-41d9-87d6-ad793ef771e2\"]\n}","options":{"raw":{"language":"json"}}},"url":"/api/crm/boards/:boardId/items","urlObject":{"path":["api","crm","boards",":boardId","items"],"host":[""],"query":[],"variable":[{"type":"any","value":"fc86ce1e-8be1-473d-99bf-c99e8869ae24","key":"boardId"}]}},"response":[],"_postman_id":"609f1e7b-6b16-4bbb-b23b-de8f8acebee9"},{"name":"create contact","id":"8bbca361-e45e-4d30-8814-d5c93f3c1810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{OPENAPI_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJidXNpbmVzc19pZCI6IjIyZGI3ZmQxLWQyM2EtNDliMy04YWY0LWZlYTU5YzVmN2Y4NSIsImVtYWlsIjoicHVwdXRyaWluZGFodEBnbWFpbC5jb20iLCJidXNpbmVzc19uYW1lIjoiUHV0cmkgU2hvcCIsImlhdCI6MTc1MDI0MDM1MX0.hctpR3GIMssS25uNzx4mbkMnZbcHLHaTyFqqi9kSeUQ"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{OPENAPI_KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"John Doe\",\n    \"phone_number\": \"628123456789\",\n    \"email\": \"john@example.com\",\n    \"stage_id\": \"f2105659-944c-420a-afc4-f2d72d22bb97\",\n    \"additional_data\": { \"source\": \"open_api\" }\n  }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/crm/contact","urlObject":{"protocol":"http","port":"3001","path":["api","crm","contact"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bbca361-e45e-4d30-8814-d5c93f3c1810"},{"name":"get detail contact","id":"756ea4ce-0f82-4411-9f7e-bc855c7841e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{OPENAPI_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJidXNpbmVzc19pZCI6IjIyZGI3ZmQxLWQyM2EtNDliMy04YWY0LWZlYTU5YzVmN2Y4NSIsImVtYWlsIjoicHVwdXRyaWluZGFodEBnbWFpbC5jb20iLCJidXNpbmVzc19uYW1lIjoiUHV0cmkgU2hvcCIsImlhdCI6MTc1MDI0MDM1MX0.hctpR3GIMssS25uNzx4mbkMnZbcHLHaTyFqqi9kSeUQ"},{"key":"Authorization","value":"Bearer {{OPENAPI_KEY}}"}],"url":"http://localhost:3001/api/crm/contact/9007bac1-a1f2-471a-8813-74cd5b82189a","urlObject":{"protocol":"http","port":"3001","path":["api","crm","contact","9007bac1-a1f2-471a-8813-74cd5b82189a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"756ea4ce-0f82-4411-9f7e-bc855c7841e6"},{"name":"update contact","id":"4b9d6e68-182b-4a40-8d2e-773377007732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{OPENAPI_KEY}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJidXNpbmVzc19pZCI6IjIyZGI3ZmQxLWQyM2EtNDliMy04YWY0LWZlYTU5YzVmN2Y4NSIsImVtYWlsIjoicHVwdXRyaWluZGFodEBnbWFpbC5jb20iLCJidXNpbmVzc19uYW1lIjoiUHV0cmkgU2hvcCIsImlhdCI6MTc1MDI0MDM1MX0.hctpR3GIMssS25uNzx4mbkMnZbcHLHaTyFqqi9kSeUQ"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{OPENAPI_KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"John Updated 1\",\n    \"note\": \"updated from open api\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/crm/contact/9007bac1-a1f2-471a-8813-74cd5b82189a","urlObject":{"protocol":"http","port":"3001","path":["api","crm","contact","9007bac1-a1f2-471a-8813-74cd5b82189a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b9d6e68-182b-4a40-8d2e-773377007732"}],"id":"805c22d1-9cff-407f-9323-9e33fd19e4f5","_postman_id":"805c22d1-9cff-407f-9323-9e33fd19e4f5","description":""},{"name":"Orders Open API Copy","item":[{"name":"orders","id":"5a95c736-195e-4915-9141-fcc13a586ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"payment_method\": \"manual\",\r\n  \"orders_products\": [\r\n    {\r\n      \"product_id\": \"your-product-id\",\r\n      \"quantity\": 1\r\n    }\r\n  ],\r\n  \"contact_id\": \"ce7b9f99-ac01-4ba5-920b-027ae7315034\",\r\n  \"phone_number\": \"081234567890\",\r\n  \"bank_account_number\": \"your-bank-account-number\",\r\n  \"discount\": 0,\r\n  \"shipping_fee\": 100,\r\n  \"vat\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/orders","urlObject":{"path":["api","orders"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5a95c736-195e-4915-9141-fcc13a586ad3"},{"name":"orders","id":"57424c52-aa72-4dfc-b979-2cbad25f47ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"/api/orders?page=1&limit=10","urlObject":{"path":["api","orders"],"host":[""],"query":[{"disabled":true,"key":"order_status","value":"pending"},{"disabled":true,"key":"payment_status","value":"paid"},{"disabled":true,"key":"start_date","value":""},{"disabled":true,"key":"end_date","value":""},{"disabled":true,"key":"search","value":".com"},{"disabled":true,"key":"sort_field","value":"created_at"},{"disabled":true,"key":"sort_direction","value":"desc"},{"disabled":true,"key":"include_conv","value":"true"},{"disabled":true,"key":"inbox_id","value":null},{"key":"page","value":"1"},{"key":"limit","value":"10"},{"disabled":true,"key":"product_ids","value":"[]"},{"disabled":true,"key":"export_scope","value":"all_with_filters"}],"variable":[]}},"response":[],"_postman_id":"57424c52-aa72-4dfc-b979-2cbad25f47ec"},{"name":"order by id","id":"c7519106-56b9-49a1-8b6e-0a81c41134d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"/api/orders/:id","urlObject":{"path":["api","orders",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"02e2b6b2-8f60-45f1-95d1-60d41e5b9f9d","key":"id"}]}},"response":[],"_postman_id":"c7519106-56b9-49a1-8b6e-0a81c41134d4"},{"name":"order","id":"a71dab7e-5cc2-4c30-a6e7-d88810306b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_status\": \"pending\",\r\n    \"payment_status\": \"pending\",\r\n    \"custom_invoice_url\": \"test ganti\",\r\n    \"invoice_is_sent\": true,\r\n    \"address\": \"ruko hampton blok a no.10\",\r\n    \"notes\": \"karrrrr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/orders/:id","urlObject":{"path":["api","orders",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"8f14f414-e452-4fcc-a3e5-fbc69eee054f","key":"id"}]}},"response":[],"_postman_id":"a71dab7e-5cc2-4c30-a6e7-d88810306b64"}],"id":"75ec80ad-a5dc-4b03-8a95-fa17973d492f","_postman_id":"75ec80ad-a5dc-4b03-8a95-fa17973d492f","description":""},{"name":"Messages","item":[{"name":"get messages","id":"c791758a-51be-4fa1-a46d-db51516a7fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":"/api/messages","urlObject":{"path":["api","messages"],"host":[""],"query":[{"disabled":true,"key":"conversation_id","value":"tes"},{"disabled":true,"key":"start_date","value":"2025-08-08"},{"disabled":true,"key":"end_date","value":"2025-08-08"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"c791758a-51be-4fa1-a46d-db51516a7fc7"},{"name":"get summary message with chat credit","id":"a2b427f3-6fa6-4a56-a59f-4ecdea6d63ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/messages/summary/ai_credits?start_date=2025-08-08&end_date=2025-08-12","urlObject":{"path":["api","messages","summary","ai_credits"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>conversation id (optional)</p>\n","type":"text/plain"},"key":"conversation_id","value":""},{"description":{"content":"<p>YYYY-MM-DD (Jakarta Time)</p>\n","type":"text/plain"},"key":"start_date","value":"2025-08-08"},{"description":{"content":"<p>YYYY-MM-DD (Jakarta Time)</p>\n","type":"text/plain"},"key":"end_date","value":"2025-08-12"}],"variable":[]}},"response":[],"_postman_id":"a2b427f3-6fa6-4a56-a59f-4ecdea6d63ad"},{"name":"send wa message Copy","id":"3236a5c0-4fa7-4e1e-b8ba-dbac215772f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"conversation_id\": \"\",\n  \"receiver\": \"\",\n  \"message\": \"Haloooo bales dari api\",\n  \"media_type\": \"location\",\n  \"location\": {\n    \"latitude\": \"-6.2664324\",\n    \"longitude\": \"106.5917695\",\n    \"name\": \"Namam lokasi\",\n    \"address\": \"addresss lokasi\"\n  },\n  \"header\": {},\n  \"action\": {\n    \"name\": \"interactive_button\",\n    \"parameters\": {\n      \"display_text\": \"Chat Cust Service 12222\",\n      \"url\": \"test url\"\n    }\n  }\n}\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button 10\",\n//   \"media_type\": \"list\",\n//   \"header\": {},\n//   \"action\": {\n//     \"button\": \"text1\",\n//       \"sections\": [\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//          {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },{\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         },\n//         {\n//           \"title\": \"title1\",\n//           \"rows\": [\n//             {\n//               \"id\": \"1\",\n//               \"title\": \"row1\",\n//               \"description\": \"Desc 1\"\n//             }\n//           ]\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo button\",\n//   \"media_type\": \"button\",\n//   \"header\": {},\n//   \"action\": {\n//     \"buttons\": [\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"1\",\n//             \"title\": \"label button 1\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"2\",\n//             \"title\": \"label button 2\"\n//           }\n//         },\n//         {\n//           \"type\": \"reply\",\n//           \"reply\": {\n//             \"id\": \"3\",\n//             \"title\": \"label button 3\"\n//           }\n//         }\n//       ]\n//   }\n// }\n\n// {\n//   \"conversation_id\": \"767bae74-ef45-4e57-bf87-c46b1b51808d\",\n//   \"receiver\": \"6282214715759\",\n//   \"message\": \"Haloooo\",\n//   \"media_type\": \"cta_url\",\n//   \"header\": {},\n//   \"action\": {\n//     \"name\": \"interactive_button\",\n//     \"parameters\": {\n//       \"display_text\": \"Chat Cust Service 12222\",\n//       \"url\": \"test url\"\n//     }\n//   }\n// }","options":{"raw":{"language":"json"}}},"url":"{{OPEN_API_SERVER}}/messages/whatsapp","urlObject":{"path":["messages","whatsapp"],"host":["{{OPEN_API_SERVER}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3236a5c0-4fa7-4e1e-b8ba-dbac215772f0"}],"id":"1337bdd0-2a81-4509-896a-a8c46a0ee2c4","_postman_id":"1337bdd0-2a81-4509-896a-a8c46a0ee2c4","description":""},{"name":"Agents","item":[{"name":"get agents","id":"abba0fc3-22a3-4d1a-bbe0-7bb892eb2030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/agents","urlObject":{"path":["api","agents"],"host":[""],"query":[{"disabled":true,"key":"limit","value":"3"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-09-19"}],"variable":[]}},"response":[],"_postman_id":"abba0fc3-22a3-4d1a-bbe0-7bb892eb2030"}],"id":"784b6f30-1ea7-4379-94b2-a911de737841","_postman_id":"784b6f30-1ea7-4379-94b2-a911de737841","description":""},{"name":"Inboxes","item":[{"name":"get inboxes","id":"71abf571-fa0f-4eb6-a1a9-5b38f5bfe3bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/inboxes?limit=3&page=2","urlObject":{"path":["api","inboxes"],"host":[""],"query":[{"key":"limit","value":"3"},{"key":"page","value":"2"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-09-30"}],"variable":[]}},"response":[],"_postman_id":"71abf571-fa0f-4eb6-a1a9-5b38f5bfe3bf"}],"id":"90ff9541-c379-4e0b-bdaa-bfef406a6da3","_postman_id":"90ff9541-c379-4e0b-bdaa-bfef406a6da3","description":""},{"name":"Broadcasts/Campaigns","item":[{"name":"get campaigns","id":"1f7e9f63-8b06-4d1b-a42d-02c280e91902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/campaigns?limit=1&page=1","urlObject":{"path":["api","campaigns"],"host":[""],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-09-30"}],"variable":[]}},"response":[],"_postman_id":"1f7e9f63-8b06-4d1b-a42d-02c280e91902"},{"name":"get campaign message","id":"6eb26978-b235-4bdc-bcfd-b06b05f71cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/campaigns/:id/messages?page=1&limit=2","urlObject":{"path":["api","campaigns",":id","messages"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"},{"disabled":true,"key":"start_date","value":null},{"disabled":true,"key":"end_date","value":null}],"variable":[{"type":"any","value":"6d5d5caf-66f6-4a71-8c71-df0287141039","key":"id"}]}},"response":[],"_postman_id":"6eb26978-b235-4bdc-bcfd-b06b05f71cb5"}],"id":"6c1fe83c-ead6-4836-999f-cee782d26cda","_postman_id":"6c1fe83c-ead6-4836-999f-cee782d26cda","description":""},{"name":"Agent Assignments","item":[{"name":"conversation agents assignments","id":"7eddcd9c-33fe-4fd0-aea7-f9420dd57def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/conversations/agent-assignments","urlObject":{"path":["api","conversations","agent-assignments"],"host":[""],"query":[{"disabled":true,"key":"limit","value":"3"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-09-19"}],"variable":[]}},"response":[],"_postman_id":"7eddcd9c-33fe-4fd0-aea7-f9420dd57def"},{"name":"get agent assignments","id":"2a00168d-b871-46a0-acfe-d46b09e33a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/agent_assignments?limit=1000&page=1&start_date=2025-12-06&end_date=2025-12-08","urlObject":{"path":["api","agent_assignments"],"host":[""],"query":[{"key":"limit","value":"1000"},{"key":"page","value":"1"},{"key":"start_date","value":"2025-12-06"},{"key":"end_date","value":"2025-12-08"}],"variable":[]}},"response":[],"_postman_id":"2a00168d-b871-46a0-acfe-d46b09e33a29"}],"id":"58c081fd-af0e-414d-8458-91bd13b0063d","_postman_id":"58c081fd-af0e-414d-8458-91bd13b0063d","description":""},{"name":"Conversations","item":[{"name":"get conversations","id":"cd15bbcf-b738-400c-8ec4-3bb18d43087a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":"/api/conversations?limit=1&page=2","urlObject":{"path":["api","conversations"],"host":[""],"query":[{"key":"limit","value":"1"},{"key":"page","value":"2"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-10-08"}],"variable":[]}},"response":[],"_postman_id":"cd15bbcf-b738-400c-8ec4-3bb18d43087a"},{"name":"[CA-2567] Get Conversation Detail","id":"0010e56f-2420-47af-a440-a2729deec89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":"/api/conversations/:conversation_id","urlObject":{"path":["api","conversations",":conversation_id"],"host":[""],"query":[],"variable":[{"type":"any","value":"67247cb8-6f92-40da-81ae-bd1c41131027","key":"conversation_id"}]}},"response":[{"id":"0c54b80c-7907-4f9c-ac33-2d262307b37d","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":{"raw":"/api/conversations/:id","host":[""],"path":["api","conversations",":id"],"variable":[{"key":"id","value":"67247cb8-6f92-40da-81ae-bd1c41131027"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2101"},{"key":"ETag","value":"W/\"835-N9iHz6O21a97mOiSdU+b/+aEGcE\""},{"key":"Date","value":"Fri, 10 Apr 2026 06:47:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"67247cb8-6f92-40da-81ae-bd1c41131027\",\n        \"notes\": null,\n        \"labels\": [\n            {\n                \"id\": \"6deddda0-65c9-4b8a-802b-739d46339d1f\",\n                \"name\": \"Asri Living App\",\n                \"color\": \"#62e64c\"\n            },\n            {\n                \"id\": \"3007d04a-e05e-42cc-b122-3c23f7671a48\",\n                \"name\": \"Bug Report\",\n                \"color\": \"#e113ff\"\n            },\n            {\n                \"id\": \"bd2df69d-ca4b-444d-beb6-de7a1fde6f09\",\n                \"name\": \"HC\",\n                \"color\": \"#e71f1f\"\n            },\n            {\n                \"id\": \"bd06c3cf-bb6a-4087-b3d6-375b69242564\",\n                \"name\": \"Hamzah\",\n                \"color\": \"#c74e4e\"\n            },\n            {\n                \"id\": \"b6a5ec81-807b-4dea-8972-f9522835b2d5\",\n                \"name\": \"Label 1\",\n                \"color\": \"#97d8d6\"\n            },\n            {\n                \"id\": \"2fd0e42f-f085-4245-abba-5640515ba1fd\",\n                \"name\": \"Label 16\",\n                \"color\": \"#76af07\"\n            },\n            {\n                \"id\": \"002a122a-bc11-47f4-983b-9c743f75acd1\",\n                \"name\": \"Label 56\",\n                \"color\": \"#f25f01\"\n            },\n            {\n                \"id\": \"9fec4d54-bb29-4e25-acf7-ccaffc3b04b3\",\n                \"name\": \"Label 7\",\n                \"color\": \"#fce200\"\n            },\n            {\n                \"id\": \"513e93cd-ac01-4dd1-80db-eab2cf99dd9f\",\n                \"name\": \"Label 981\",\n                \"color\": \"#29db9e\"\n            },\n            {\n                \"id\": \"606a1566-edce-4445-a7af-5afb3f6b9796\",\n                \"name\": \"Label 982\",\n                \"color\": \"#01f529\"\n            },\n            {\n                \"id\": \"0eccb05e-097c-4c1d-aa2e-a7d3516f39eb\",\n                \"name\": \"Label 992\",\n                \"color\": \"#cfaeb8\"\n            },\n            {\n                \"id\": \"56b1f610-7ece-4ae6-b02c-ae564a5d73e9\",\n                \"name\": \"apa\",\n                \"color\": \"#231fa4\"\n            },\n            {\n                \"id\": \"d7639062-aa50-4207-9e41-c8d3fd65d5d5\",\n                \"name\": \"kocak\",\n                \"color\": \"#423ec3\"\n            },\n            {\n                \"id\": \"03eaa797-3b10-4053-87b5-f46a22d183e4\",\n                \"name\": \"lah\",\n                \"color\": \"#EB5757\"\n            }\n        ],\n        \"inbox_id\": \"4f47a10c-58e1-4d94-8ea2-02bf468d6614\",\n        \"pipeline\": {\n            \"id\": \"6e998418-5527-487b-b808-6c54acf97031\",\n            \"name\": \"warm lead\"\n        },\n        \"contact_id\": \"2020ed10-3b9c-4109-882f-fd61fb3f4713\",\n        \"created_at\": \"2025-10-20T07:57:19.465267+00:00\",\n        \"inbox_name\": \"Putri Shop 2 (Ada Ai)\",\n        \"resolved_at\": null,\n        \"contact_name\": \"LuckyUser_OC1Oj\",\n        \"last_message\": {\n            \"message\": \"saksahsa\",\n            \"created_at\": \"2026-03-11T07:50:42.972+00:00\",\n            \"sent_by_type\": \"agent\"\n        },\n        \"stage_status\": \"assigned\",\n        \"collaborators\": [\n            {\n                \"id\": \"e4d70c07-21fb-42db-8c21-eb4929347a88\",\n                \"name\": \"Hamzah spv\"\n            }\n        ],\n        \"contact_phone\": \"\",\n        \"first_message\": {\n            \"message\": \"\"\n        },\n        \"handled_by_id\": \"34aa8f9c-8b12-4701-8150-d4f180ffb8a9\",\n        \"platform_type\": \"livechat\",\n        \"resolved_by_id\": null,\n        \"additional_data\": null,\n        \"handled_by_name\": \"Indah G.\",\n        \"resolved_by_name\": null,\n        \"last_message_by_human\": {\n            \"message\": \"saksahsa\",\n            \"created_at\": \"2026-03-11T07:50:42.903Z\",\n            \"sent_by_type\": \"agent\"\n        }\n    }\n}"},{"id":"6751f15b-11bc-4ca0-8850-ed4bb474033f","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":{"raw":"/api/conversations/:conversation_id","host":[""],"path":["api","conversations",":conversation_id"],"variable":[{"key":"conversation_id","value":"3e44c822-fa61-4031-95fa-324751c4e119"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Tue, 14 Apr 2026 07:50:18 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"434"},{"key":"report-to","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BvpHfmy3ByYlFb4FmmjV5ezo9RsOC5UDrBCQFrdvAR6Vd8YQ5tJGRmzG9IaSj1d9aX8EgQg6j5bFiwpqs1my6RCB7jDroY4pKUzDmARz7ZSQbg%2FLPnFYW5ENoJZB7k6B547SXzSTKIH%2B\"}]}"},{"key":"nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"server","value":"cloudflare"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-encoding","value":"br"},{"key":"etag","value":"W/\"2e5-+x7Ot0vQzczNhP/5S8omff4q/y4\""},{"key":"rndr-id","value":"cabb942d-9dc1-493f"},{"key":"vary","value":"Origin, Accept-Encoding, Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-ratelimit-limit","value":"10"},{"key":"x-ratelimit-remaining","value":"8"},{"key":"x-ratelimit-reset","value":"1776153067"},{"key":"x-render-origin-server","value":"Render"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"cf-ray","value":"9ec11e6eecad50c7-CGK"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"3e44c822-fa61-4031-95fa-324751c4e119\",\n        \"notes\": null,\n        \"labels\": [],\n        \"inbox_id\": \"3f21998a-48b7-4f44-a216-c9c511736b76\",\n        \"pipeline\": {\n            \"id\": \"6242d5ae-9bb9-4e90-9970-1b611c10d9c9\",\n            \"name\": \"Deal\"\n        },\n        \"contact_id\": \"c9301d47-9747-4905-8494-f0c747174cc0\",\n        \"created_at\": \"2026-04-10T08:24:50.209742+00:00\",\n        \"inbox_name\": \"n8n testing\",\n        \"resolved_at\": null,\n        \"contact_name\": \"Krab\",\n        \"last_message\": {\n            \"message\": \"test\",\n            \"created_at\": \"2026-04-14T07:32:31.454+00:00\"\n        },\n        \"stage_status\": \"assigned\",\n        \"collaborators\": [],\n        \"contact_phone\": \"712381231\",\n        \"first_message\": {\n            \"message\": \"\"\n        },\n        \"handled_by_id\": \"969ae741-6d24-4c5e-993a-5cb3f1847e65\",\n        \"platform_type\": \"livechat\",\n        \"resolved_by_id\": null,\n        \"additional_data\": {},\n        \"handled_by_name\": \"Agung\",\n        \"resolved_by_name\": null\n    }\n}"}],"_postman_id":"0010e56f-2420-47af-a440-a2729deec89c"},{"name":"[CA-2567] Get Conversation Detail QA","id":"13cc71f4-9c8f-4e72-8fc5-f6631848f4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":"/api/conversations/:conversation_id","urlObject":{"path":["api","conversations",":conversation_id"],"host":[""],"query":[],"variable":[{"id":"024f43a1-027c-4c07-8e24-9bb83c0ba536","type":"any","value":"67247cb8-6f92-40da-81ae-bd1c41131027","key":"conversation_id"}]}},"response":[{"id":"a3234565-7886-4eff-aaca-2ae2002787df","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":{"raw":"/api/conversations/:id","host":[""],"path":["api","conversations",":id"],"variable":[{"key":"id","value":"67247cb8-6f92-40da-81ae-bd1c41131027"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2101"},{"key":"ETag","value":"W/\"835-N9iHz6O21a97mOiSdU+b/+aEGcE\""},{"key":"Date","value":"Fri, 10 Apr 2026 06:47:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"67247cb8-6f92-40da-81ae-bd1c41131027\",\n        \"notes\": null,\n        \"labels\": [\n            {\n                \"id\": \"6deddda0-65c9-4b8a-802b-739d46339d1f\",\n                \"name\": \"Asri Living App\",\n                \"color\": \"#62e64c\"\n            },\n            {\n                \"id\": \"3007d04a-e05e-42cc-b122-3c23f7671a48\",\n                \"name\": \"Bug Report\",\n                \"color\": \"#e113ff\"\n            },\n            {\n                \"id\": \"bd2df69d-ca4b-444d-beb6-de7a1fde6f09\",\n                \"name\": \"HC\",\n                \"color\": \"#e71f1f\"\n            },\n            {\n                \"id\": \"bd06c3cf-bb6a-4087-b3d6-375b69242564\",\n                \"name\": \"Hamzah\",\n                \"color\": \"#c74e4e\"\n            },\n            {\n                \"id\": \"b6a5ec81-807b-4dea-8972-f9522835b2d5\",\n                \"name\": \"Label 1\",\n                \"color\": \"#97d8d6\"\n            },\n            {\n                \"id\": \"2fd0e42f-f085-4245-abba-5640515ba1fd\",\n                \"name\": \"Label 16\",\n                \"color\": \"#76af07\"\n            },\n            {\n                \"id\": \"002a122a-bc11-47f4-983b-9c743f75acd1\",\n                \"name\": \"Label 56\",\n                \"color\": \"#f25f01\"\n            },\n            {\n                \"id\": \"9fec4d54-bb29-4e25-acf7-ccaffc3b04b3\",\n                \"name\": \"Label 7\",\n                \"color\": \"#fce200\"\n            },\n            {\n                \"id\": \"513e93cd-ac01-4dd1-80db-eab2cf99dd9f\",\n                \"name\": \"Label 981\",\n                \"color\": \"#29db9e\"\n            },\n            {\n                \"id\": \"606a1566-edce-4445-a7af-5afb3f6b9796\",\n                \"name\": \"Label 982\",\n                \"color\": \"#01f529\"\n            },\n            {\n                \"id\": \"0eccb05e-097c-4c1d-aa2e-a7d3516f39eb\",\n                \"name\": \"Label 992\",\n                \"color\": \"#cfaeb8\"\n            },\n            {\n                \"id\": \"56b1f610-7ece-4ae6-b02c-ae564a5d73e9\",\n                \"name\": \"apa\",\n                \"color\": \"#231fa4\"\n            },\n            {\n                \"id\": \"d7639062-aa50-4207-9e41-c8d3fd65d5d5\",\n                \"name\": \"kocak\",\n                \"color\": \"#423ec3\"\n            },\n            {\n                \"id\": \"03eaa797-3b10-4053-87b5-f46a22d183e4\",\n                \"name\": \"lah\",\n                \"color\": \"#EB5757\"\n            }\n        ],\n        \"inbox_id\": \"4f47a10c-58e1-4d94-8ea2-02bf468d6614\",\n        \"pipeline\": {\n            \"id\": \"6e998418-5527-487b-b808-6c54acf97031\",\n            \"name\": \"warm lead\"\n        },\n        \"contact_id\": \"2020ed10-3b9c-4109-882f-fd61fb3f4713\",\n        \"created_at\": \"2025-10-20T07:57:19.465267+00:00\",\n        \"inbox_name\": \"Putri Shop 2 (Ada Ai)\",\n        \"resolved_at\": null,\n        \"contact_name\": \"LuckyUser_OC1Oj\",\n        \"last_message\": {\n            \"message\": \"saksahsa\",\n            \"created_at\": \"2026-03-11T07:50:42.972+00:00\",\n            \"sent_by_type\": \"agent\"\n        },\n        \"stage_status\": \"assigned\",\n        \"collaborators\": [\n            {\n                \"id\": \"e4d70c07-21fb-42db-8c21-eb4929347a88\",\n                \"name\": \"Hamzah spv\"\n            }\n        ],\n        \"contact_phone\": \"\",\n        \"first_message\": {\n            \"message\": \"\"\n        },\n        \"handled_by_id\": \"34aa8f9c-8b12-4701-8150-d4f180ffb8a9\",\n        \"platform_type\": \"livechat\",\n        \"resolved_by_id\": null,\n        \"additional_data\": null,\n        \"handled_by_name\": \"Indah G.\",\n        \"resolved_by_name\": null,\n        \"last_message_by_human\": {\n            \"message\": \"saksahsa\",\n            \"created_at\": \"2026-03-11T07:50:42.903Z\",\n            \"sent_by_type\": \"agent\"\n        }\n    }\n}"},{"id":"f7d2ae1d-8dcb-467b-aeb5-30dfdeedc6fd","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":{"raw":"/api/conversations/:conversation_id","host":[""],"path":["api","conversations",":conversation_id"],"variable":[{"key":"conversation_id","value":"3e44c822-fa61-4031-95fa-324751c4e119"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Tue, 14 Apr 2026 07:50:18 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"434"},{"key":"report-to","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BvpHfmy3ByYlFb4FmmjV5ezo9RsOC5UDrBCQFrdvAR6Vd8YQ5tJGRmzG9IaSj1d9aX8EgQg6j5bFiwpqs1my6RCB7jDroY4pKUzDmARz7ZSQbg%2FLPnFYW5ENoJZB7k6B547SXzSTKIH%2B\"}]}"},{"key":"nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"server","value":"cloudflare"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-encoding","value":"br"},{"key":"etag","value":"W/\"2e5-+x7Ot0vQzczNhP/5S8omff4q/y4\""},{"key":"rndr-id","value":"cabb942d-9dc1-493f"},{"key":"vary","value":"Origin, Accept-Encoding, Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-ratelimit-limit","value":"10"},{"key":"x-ratelimit-remaining","value":"8"},{"key":"x-ratelimit-reset","value":"1776153067"},{"key":"x-render-origin-server","value":"Render"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"cf-ray","value":"9ec11e6eecad50c7-CGK"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"3e44c822-fa61-4031-95fa-324751c4e119\",\n        \"notes\": null,\n        \"labels\": [],\n        \"inbox_id\": \"3f21998a-48b7-4f44-a216-c9c511736b76\",\n        \"pipeline\": {\n            \"id\": \"6242d5ae-9bb9-4e90-9970-1b611c10d9c9\",\n            \"name\": \"Deal\"\n        },\n        \"contact_id\": \"c9301d47-9747-4905-8494-f0c747174cc0\",\n        \"created_at\": \"2026-04-10T08:24:50.209742+00:00\",\n        \"inbox_name\": \"n8n testing\",\n        \"resolved_at\": null,\n        \"contact_name\": \"Krab\",\n        \"last_message\": {\n            \"message\": \"test\",\n            \"created_at\": \"2026-04-14T07:32:31.454+00:00\"\n        },\n        \"stage_status\": \"assigned\",\n        \"collaborators\": [],\n        \"contact_phone\": \"712381231\",\n        \"first_message\": {\n            \"message\": \"\"\n        },\n        \"handled_by_id\": \"969ae741-6d24-4c5e-993a-5cb3f1847e65\",\n        \"platform_type\": \"livechat\",\n        \"resolved_by_id\": null,\n        \"additional_data\": {},\n        \"handled_by_name\": \"Agung\",\n        \"resolved_by_name\": null\n    }\n}"}],"_postman_id":"13cc71f4-9c8f-4e72-8fc5-f6631848f4d2"},{"name":"get conversations Copy","id":"c823e364-ed03-46a2-ba2a-4b7bf51ef0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"url":"/api/conversations?limit=1&page=2","urlObject":{"path":["api","conversations"],"host":[""],"query":[{"key":"limit","value":"1"},{"key":"page","value":"2"},{"disabled":true,"key":"start_date","value":"2025-09-01"},{"disabled":true,"key":"end_date","value":"2025-10-08"}],"variable":[]}},"response":[],"_postman_id":"c823e364-ed03-46a2-ba2a-4b7bf51ef0fa"},{"name":"update conversation","id":"0d125476-2744-45b6-a979-aa7fdbc0e3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"api_key {{CEKAT_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assigned_ai_agent\": \"96a7a1c3-0754-4407-a86a-8b8727c8799c\"\n    // \"keep_assigned_ai_agent_on_resolve\": true\n}","options":{"raw":{"language":"json"}}},"url":"/api/conversations/:id","urlObject":{"path":["api","conversations",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"5e31127e-f835-4d9f-95ad-7749de7a54c0","key":"id"}]}},"response":[],"_postman_id":"0d125476-2744-45b6-a979-aa7fdbc0e3b4"}],"id":"1675557e-7aeb-43f9-a421-c8e8004dd433","_postman_id":"1675557e-7aeb-43f9-a421-c8e8004dd433","description":""},{"name":"Contacts","item":[{"name":"get contacts","id":"df6a484b-6f6a-4086-8909-00f6cda09fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/contacts?limit=2&page=1","urlObject":{"path":["api","contacts"],"host":[""],"query":[{"key":"limit","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"df6a484b-6f6a-4086-8909-00f6cda09fac"}],"id":"9e567263-cc18-4cb5-9b2a-7a5f2ff9c466","_postman_id":"9e567263-cc18-4cb5-9b2a-7a5f2ff9c466","description":""},{"name":"Templates","item":[{"name":"get templates","id":"984f0090-e49c-4a4d-8a92-3efb4d988195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/templates?page=1&limit=1&start_date=2025-10-01&end_date=2025-10-07","urlObject":{"path":["api","templates"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"1"},{"key":"start_date","value":"2025-10-01"},{"key":"end_date","value":"2025-10-07"}],"variable":[]}},"response":[],"_postman_id":"984f0090-e49c-4a4d-8a92-3efb4d988195"},{"name":"get template price","id":"704032b2-94d4-4b6d-b7df-1e1a560d70c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/api/templates/pricing?category=marketing&recipient_country_code=62&currency=IDR","urlObject":{"path":["api","templates","pricing"],"host":[""],"query":[{"key":"category","value":"marketing"},{"key":"recipient_country_code","value":"62"},{"key":"currency","value":"IDR"}],"variable":[]}},"response":[],"_postman_id":"704032b2-94d4-4b6d-b7df-1e1a560d70c0"}],"id":"916f443c-6cee-4c70-b9eb-a2ebd598569a","_postman_id":"916f443c-6cee-4c70-b9eb-a2ebd598569a","description":""}],"id":"3506da3a-cac6-45a0-ac28-09ca14109847","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>The <strong>Cekat Open API</strong> provides secure and structured access to your business data — including <strong>inboxes</strong>, <strong>templates</strong>, <strong>campaigns</strong>, <strong>conversations</strong>, and other connected resources.</p>\n<p>It allows developers and partners to integrate with the <strong>Cekat platform</strong> to manage customer interactions, synchronize data, and automate workflows.</p>\n<p>All endpoints in this collection are designed to be:</p>\n<ul>\n<li><p>✅ <strong>Paginated</strong> for efficient data retrieval.</p>\n</li>\n<li><p>✅ <strong>Filterable</strong> by date range (<code>created_at_start</code>, <code>created_at_end</code>).</p>\n</li>\n<li><p>✅ <strong>Time zone–aware</strong>, returning all timestamps in <strong>Jakarta Time (GMT+7)</strong>, which is <strong>7 hours ahead of UTC</strong>.</p>\n</li>\n<li><p>✅ <strong>Authenticated</strong> using <strong>Bearer Token</strong> or <strong>API Key</strong>.</p>\n</li>\n</ul>\n<h1 id=\"base-url\"><strong>Base URL</strong></h1>\n<p><a href=\"https://api.cekat.ai\"><code>https://api.cekat.ai</code></a></p>\n<h1 id=\"authentication\"><strong>Authentication</strong></h1>\n<p>All requests require one of the following authentication methods:</p>\n<ol>\n<li><p><strong>Bearer Token</strong></p>\n<p> <code>Authorization: Bearer</code></p>\n</li>\n<li><p><strong>API Key</strong></p>\n<p> <code>api_key:</code></p>\n</li>\n</ol>\n<h1 id=\"available-api-endpoints\">#<strong>Available API Endpoints</strong></h1>\n<p>All endpoints use the base URL:</p>\n<p><a href=\"https://api.cekat.ai\"><code>https://api.cekat.ai</code></a></p>\n<blockquote>\n</blockquote>\n<p>🕒 <strong>Timezone:</strong> All date and time filters use <strong>Jakarta Time (GMT+7)</strong><br />🔐 <strong>Authorization:</strong> All endpoints support both <code>api_key</code> and <code>Bearer</code> token authentication.<br />📄 <strong>Pagination:</strong> Most endpoints include <code>page</code> and <code>limit</code> query parameters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Endpoint</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supports</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/api/messages</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve paginated messages for a conversation. Supports filtering by conversation ID, message date, and ad messages.</td>\n<td>Pagination, Date Filter, <code>is_ads</code>, <code>conversation_id</code></td>\n</tr>\n<tr>\n<td><code>/api/messages/summary/ai_credits</code></td>\n<td><strong>GET</strong></td>\n<td>Get AI message usage summary (total AI messages, total credits used, total conversations).</td>\n<td>Date Range Filter</td>\n</tr>\n<tr>\n<td><code>/api/agents</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve all agents within a business. Supports pagination and date filters.</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/inboxes</code></td>\n<td><strong>GET</strong></td>\n<td>Get connected inboxes (WhatsApp, Instagram, Messenger, Livechat, etc.) for a business.</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/campaigns</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve a paginated list of broadcast message campaigns created by the business.</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/campaigns/:id/messages</code></td>\n<td><strong>GET</strong></td>\n<td>Get messages belonging to a specific campaign, including delivery and reply metrics.</td>\n<td>Pagination</td>\n</tr>\n<tr>\n<td><code>/api/agent_assignments</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve which agent handled which conversation (assignment tracking).</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/conversations</code></td>\n<td><strong>GET</strong></td>\n<td>Get a list of conversations between contacts and agents or AI.</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/contacts</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve paginated contact data, including inboxes, platform type, and customizable additional data.</td>\n<td>Pagination, Date Filter</td>\n</tr>\n<tr>\n<td><code>/api/templates</code></td>\n<td><strong>GET</strong></td>\n<td>Retrieve a list of message templates for a business (e.g., WhatsApp templates).</td>\n<td>Pagination, Date Range Filter</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">#<strong>Notes</strong></h2>\n<ul>\n<li><p>All timestamps and filters follow <strong>Jakarta (GMT+7)</strong> timezone.</p>\n</li>\n<li><p>Common query parameters for pagination:</p>\n<p>  <code>?page=&amp;limit=</code></p>\n</li>\n<li><p>Common query parameters for date filtering:</p>\n<p>  <code>?start_date=YYYY-MM-DD&amp;end_date=YYYY-MM-DD</code></p>\n</li>\n<li><p>{ \"success\": true, \"data\": [...], \"metadata\": { \"pagination\": { ... }, \"metrics\": { ... } // (if applicable) }}</p>\n</li>\n</ul>\n<h1 id=\"time-zone-information\">#<strong>Time Zone Information</strong></h1>\n<p>All <code>created_at</code> and <code>updated_at</code> fields are displayed in <strong>Jakarta Time (GMT+7)</strong>.<br />For example:</p>\n<p><code>Jakarta: 2025-10-09T08:00:00+07:00 -&gt; UTC: 2025-10-09T01:00:00Z</code></p>\n","_postman_id":"3506da3a-cac6-45a0-ac28-09ca14109847"},{"name":"Business data","id":"057b57bc-7cca-46dd-a17a-1d47ca5750f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{CEKAT_API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/businesses","description":"<h3 id=\"get-business\">GET /business</h3>\n<p>This endpoint retrieves business information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"\",\n        \"created_at\": \"\",\n        \"name\": \"\",\n        \"email\": \"\",\n        \"phone_num\": \"\",\n        \"package_type\": \"\",\n        \"package_start_date\": \"\",\n        \"package_exp_date\": \"\",\n        \"is_expired\": false,\n        \"total_used_chat_credit_per_month\": 0,\n        \"chat_credit_topup\": 0,\n        \"total_used_convo\": 0,\n        \"convo_credit_topup\": 0,\n        \"open_api_key\": \"\"\n    }\n}\n\n</code></pre>\n<p>The response contains a \"success\" flag, \"status_code\", and \"data\" object with various business details including ID, name, email, phone number, package information, expiration status, and credit usage.</p>\n","urlObject":{"path":["businesses"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5309e007-6f70-49ec-8561-b1099c412c70","name":"Business data","originalRequest":{"method":"GET","header":[],"url":"/businesses"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"status_code\": 200,\r\n    \"data\": {\r\n        \"id\": \"12345\",\r\n        \"created_at\": \"2024-02-29 04:52:40.916283+00\",\r\n        \"name\": \"business name\",\r\n        \"email\": \"business email\",\r\n        \"phone_num\": \"088888888\",\r\n        \"package_type\": \"free\",\r\n        \"package_start_date\": \"2024-09-03 10:51:25.529+00\",\r\n        \"package_exp_date\": \"2024-09-15 10:51:25.529+00\",\r\n        \"is_expired\": false,\r\n        \"total_used_chat_credit_per_month\": 0,\r\n        \"chat_credit_topup\": 0,\r\n        \"total_used_convo\": 0,\r\n        \"convo_credit_topup\": 0,\r\n        \"open_api_key\": \"api_key\"\r\n    }\r\n}"}],"_postman_id":"057b57bc-7cca-46dd-a17a-1d47ca5750f1"},{"name":"Delete Assigned Label","id":"36285841-a516-4d80-ba1c-b96850468aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"access_token","value":"eyJhbGciOiJIUzI1NiIsImtpZCI6IjB5RGFDd29pbzM1TzhEaVUiLCJ0eXAiOiJKV1QifQ.eyJhYWwiOiJhYWwxIiwiYW1yIjpbeyJtZXRob2QiOiJwYXNzd29yZCIsInRpbWVzdGFtcCI6MTc3NjAzNTIwMn1dLCJhcHBfbWV0YWRhdGEiOnsiYml6X2lkIjoiMTlmZjc5OWUtNWU2Zi00MmRlLWI0NDctY2QzMTYwNWZkYWFmIiwicHJvdmlkZXIiOiJlbWFpbCIsInByb3ZpZGVycyI6WyJlbWFpbCJdfSwiYXVkIjoiYXV0aGVudGljYXRlZCIsImVtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJleHAiOjE3NzYxMzUyMDEsImlhdCI6MTc3NjAzNTIwMiwiaXNfYW5vbnltb3VzIjpmYWxzZSwiaXNzIjoiaHR0cHM6Ly9hd3RlaGl6d3pjd3ZsanlkemFlaC5zdXBhYmFzZS5jby9hdXRoL3YxIiwicGhvbmUiOiIiLCJyb2xlIjoiYXV0aGVudGljYXRlZCIsInNlc3Npb25faWQiOiI2MmYzMGM1ZC00NWNiLTRiNjQtOWE2Ni1kZmI1ZDM3NzllNDEiLCJzdWIiOiI5NjlhZTc0MS02ZDI0LTRjNWUtOTkzYS01Y2IzZjE4NDdlNjUiLCJ1c2VyX21ldGFkYXRhIjp7ImFnZW50X2VtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJhZ2VudF9uYW1lIjoiQWd1bmciLCJidXNpbmVzc19uYW1lIjoiUmFoYXNpYSIsImVtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwicGFydG5lcl9sb2dvIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2QvMURXNzAwRVhrLVdWTnR6TlpDZjkyVjNfRWREcGdOUUFTIiwicGFydG5lcl9uYW1lIjoiUHV0cmkgU2hvcCIsInBhcnRuZXJfc3VwcG9ydF9udW1iZXIiOiIiLCJwaG9uZV92ZXJpZmllZCI6ZmFsc2UsInJlZGlyZWN0X3VybCI6Imh0dHBzOi8vY2hhdC5jZWthdC5haS9sb2dpbiIsInJlZmVycmFsX2NvZGUiOiJjZWthdCIsInN1YiI6Ijk2OWFlNzQxLTZkMjQtNGM1ZS05OTNhLTVjYjNmMTg0N2U2NSJ9fQ.syFxww1RvtyDNPgHrukcstXSZwIoSvsoiQjb4t_rIAk"},{"key":"crm-socket-id","value":"TebWK7UWIx4Eq2CPABC0"},{"key":"origin","value":"https://staging.cekat.ai"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://staging.cekat.ai/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"147\", \"Not.A/Brand\";v=\"8\", \"Chromium\";v=\"147\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36"},{"key":"Cookie","value":"_ga=GA1.1.687887200.1775445558; _fbp=fb.1.1775445558469.562346592130537; _tt_enable_cookie=1; _ttp=01KNGCTHPFB7ZFWXYWDBFDW7AF_.tt.1; n8n-auth=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjQyYjA2MjdjLWUxYjUtNDRlZC04N2E4LWVlNWJkOWY1ODM2YiIsImhhc2giOiJjUERoamoxNFVaIiwidXNlZE1mYSI6ZmFsc2UsImlhdCI6MTc3NTcxODQyMiwiZXhwIjoxNzc2MzIzMjIyfQ.Vouz1yO4rWeID3Z5Ctcb7F2aA2s_HnVeOXIRvMRX-jQ; rl_anonymous_id=RudderEncrypt%3AU2FsdGVkX19njTxVuJYpC35IVCEC5pLDAMl6%2B5Au2%2BzXs2q2JJaKtW%2B93jH4dfGf7zpqPkN%2BclFeSY1fuj9UIA%3D%3D; rl_page_init_referrer=RudderEncrypt%3AU2FsdGVkX1%2FI7v74SLy%2FXf8xhB%2BMft05ncqVD00rUWs%3D; rl_page_init_referring_domain=RudderEncrypt%3AU2FsdGVkX1%2Bx5AfFtK4FN9zQTfYdupWyWBQaoX%2FyfrA%3D; rl_session=RudderEncrypt%3AU2FsdGVkX1%2FNp%2FPPQqVYmJyxp6p7wC4feY7vNLyE8t9SQBDGrpdBH6kZhe1g7IK3r9EgETI8YGUDR15AU54vXBr3zZUkMe5e0Y97mdnv%2BEeOfQeONk1%2FHatj5bg9YgfRarZC4Mh0WLh4rJ4zQVWa9A%3D%3D; ttcsid_CVROTVBC77U54BH4UJN0=1775807881359::4E4UURq4yn_YBLtO8Dhg.5.1775807932070.1; ttcsid=1775807881360::sT5RNWfJp0Bw-8BvunQD.10.1775807932070.0::1.50709.0::50692.14.873.618::0.0.0; cf_clearance=YMEvdaTkxlJfWlbn7XGV5n_I6LDfhZiuQtKMB5tujAM-1776004305-1.2.1.1-ukn1xy.noBO4ZQcYzc.KetkjdgSuDa9GWZLp9dI.cwACkhrWpgAhR9BRBkpUnQ0gmmHQ5XKCh2CgI1qdjs8P3fZaeqVjjjHegp9YMvqJzJq9j5fznl0wr8emkG4W7oa080k7VjU8kUn7AoVkdYKkNvsbGACDjBGCYM8BUcUlLEHxbuqUo186aGR_eqkWx5TT8CGaBlip9A64PWSPArM8dYsSbqWosiHeZ_s5.6CwuxPM6bzTuXy5X._yy9zDjO_n2oLf9addst9Q2tiKuW.fjuB7gYpIcu9Lmp9uHadjR62qzZhszaE_cs8JJlgeDw5HIPt4.PSzDzKMc0289YgFsQ; _gcl_au=1.1.1384884301.1775445558.1725082776.1776035200.1776035254; _ga_9LDYPP2D31=GS2.1.s1776034124$o17$g1$t1776035257$j3$l0$h0; _clck=1vqb3ms%5E2%5Eg56%5E0%5E2287; _clsk=shb16x%5E1776047731179%5E6%5E1%5En.clarity.ms%2Fcollect"}],"url":"https://staging-server.cekat.ai/labels/assign/d30bba9a-ba89-4708-89ea-79eee696c9a9","description":"<p>Generated from cURL: curl '<a href=\"https://staging-server.cekat.ai/labels/assign/d30bba9a-ba89-4708-89ea-79eee696c9a9\">https://staging-server.cekat.ai/labels/assign/d30bba9a-ba89-4708-89ea-79eee696c9a9</a>' <br />  -X 'DELETE' <br />  -H 'accept: application/json, text/plain, <em>/</em>' <br />  -H 'accept-language: en-US,en;q=0.9' <br />  -H 'access_token: eyJhbGciOiJIUzI1NiIsImtpZCI6IjB5RGFDd29pbzM1TzhEaVUiLCJ0eXAiOiJKV1QifQ.eyJhYWwiOiJhYWwxIiwiYW1yIjpbeyJtZXRob2QiOiJwYXNzd29yZCIsInRpbWVzdGFtcCI6MTc3NjAzNTIwMn1dLCJhcHBfbWV0YWRhdGEiOnsiYml6X2lkIjoiMTlmZjc5OWUtNWU2Zi00MmRlLWI0NDctY2QzMTYwNWZkYWFmIiwicHJvdmlkZXIiOiJlbWFpbCIsInByb3ZpZGVycyI6WyJlbWFpbCJdfSwiYXVkIjoiYXV0aGVudGljYXRlZCIsImVtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJleHAiOjE3NzYxMzUyMDEsImlhdCI6MTc3NjAzNTIwMiwiaXNfYW5vbnltb3VzIjpmYWxzZSwiaXNzIjoiaHR0cHM6Ly9hd3RlaGl6d3pjd3ZsanlkemFlaC5zdXBhYmFzZS5jby9hdXRoL3YxIiwicGhvbmUiOiIiLCJyb2xlIjoiYXV0aGVudGljYXRlZCIsInNlc3Npb25faWQiOiI2MmYzMGM1ZC00NWNiLTRiNjQtOWE2Ni1kZmI1ZDM3NzllNDEiLCJzdWIiOiI5NjlhZTc0MS02ZDI0LTRjNWUtOTkzYS01Y2IzZjE4NDdlNjUiLCJ1c2VyX21ldGFkYXRhIjp7ImFnZW50X2VtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJhZ2VudF9uYW1lIjoiQWd1bmciLCJidXNpbmVzc19uYW1lIjoiUmFoYXNpYSIsImVtYWlsIjoiYWd1bmd3aWNha3NhbmFAY2VrYXQuYWkiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwicGFydG5lcl9sb2dvIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2QvMURXNzAwRVhrLVdWTnR6TlpDZjkyVjNfRWREcGdOUUFTIiwicGFydG5lcl9uYW1lIjoiUHV0cmkgU2hvcCIsInBhcnRuZXJfc3VwcG9ydF9udW1iZXIiOiIiLCJwaG9uZV92ZXJpZmllZCI6ZmFsc2UsInJlZGlyZWN0X3VybCI6Imh0dHBzOi8vY2hhdC5jZWthdC5haS9sb2dpbiIsInJlZmVycmFsX2NvZGUiOiJjZWthdCIsInN1YiI6Ijk2OWFlNzQxLTZkMjQtNGM1ZS05OTNhLTVjYjNmMTg0N2U2NSJ9fQ.syFxww1RvtyDNPgHrukcstXSZwIoSvsoiQjb4t_rIAk' <br />  -b '_ga=GA1.1.687887200.1775445558; _fbp=fb.1.1775445558469.562346592130537; _tt_enable_cookie=1; <em>ttp=01KNGCTHPFB7ZFWXYWDBFDW7AF</em>.tt.1; n8n-auth=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjQyYjA2MjdjLWUxYjUtNDRlZC04N2E4LWVlNWJkOWY1ODM2YiIsImhhc2giOiJjUERoamoxNFVaIiwidXNlZE1mYSI6ZmFsc2UsImlhdCI6MTc3NTcxODQyMiwiZXhwIjoxNzc2MzIzMjIyfQ.Vouz1yO4rWeID3Z5Ctcb7F2aA2s_HnVeOXIRvMRX-jQ; rl_anonymous_id=RudderEncrypt%3AU2FsdGVkX19njTxVuJYpC35IVCEC5pLDAMl6%2B5Au2%2BzXs2q2JJaKtW%2B93jH4dfGf7zpqPkN%2BclFeSY1fuj9UIA%3D%3D; rl_page_init_referrer=RudderEncrypt%3AU2FsdGVkX1%2FI7v74SLy%2FXf8xhB%2BMft05ncqVD00rUWs%3D; rl_page_init_referring_domain=RudderEncrypt%3AU2FsdGVkX1%2Bx5AfFtK4FN9zQTfYdupWyWBQaoX%2FyfrA%3D; rl_session=RudderEncrypt%3AU2FsdGVkX1%2FNp%2FPPQqVYmJyxp6p7wC4feY7vNLyE8t9SQBDGrpdBH6kZhe1g7IK3r9EgETI8YGUDR15AU54vXBr3zZUkMe5e0Y97mdnv%2BEeOfQeONk1%2FHatj5bg9YgfRarZC4Mh0WLh4rJ4zQVWa9A%3D%3D; ttcsid_CVROTVBC77U54BH4UJN0=1775807881359::4E4UURq4yn_YBLtO8Dhg.5.1775807932070.1; ttcsid=1775807881360::sT5RNWfJp0Bw-8BvunQD.10.1775807932070.0::1.50709.0::50692.14.873.618::0.0.0; cf_clearance=YMEvdaTkxlJfWlbn7XGV5n_I6LDfhZiuQtKMB5tujAM-1776004305-1.2.1.1-ukn1xy.noBO4ZQcYzc.KetkjdgSuDa9GWZLp9dI.cwACkhrWpgAhR9BRBkpUnQ0gmmHQ5XKCh2CgI1qdjs8P3fZaeqVjjjHegp9YMvqJzJq9j5fznl0wr8emkG4W7oa080k7VjU8kUn7AoVkdYKkNvsbGACDjBGCYM8BUcUlLEHxbuqUo186aGR_eqkWx5TT8CGaBlip9A64PWSPArM8dYsSbqWosiHeZ_s5.6CwuxPM6bzTuXy5X._yy9zDjO_n2oLf9addst9Q2tiKuW.fjuB7gYpIcu9Lmp9uHadjR62qzZhszaE_cs8JJlgeDw5HIPt4.PSzDzKMc0289YgFsQ; _gcl_au=1.1.1384884301.1775445558.1725082776.1776035200.1776035254; _ga_9LDYPP2D31=GS2.1.s1776034124$o17$g1$t1776035257$j3$l0$h0; _clck=1vqb3ms%5E2%5Eg56%5E0%5E2287; _clsk=shb16x%5E1776047731179%5E6%5E1%5En.clarity.ms%2Fcollect' <br />  -H 'crm-socket-id: TebWK7UWIx4Eq2CPABC0' <br />  -H 'origin: <a href=\"https://staging.cekat.ai\">https://staging.cekat.ai</a>' <br />  -H 'priority: u=1, i' <br />  -H 'referer: <a href=\"https://staging.cekat.ai/\">https://staging.cekat.ai/</a>' <br />  -H 'sec-ch-ua: \"Google Chrome\";v=\"147\", \"Not.A/Brand\";v=\"8\", \"Chromium\";v=\"147\"' <br />  -H 'sec-ch-ua-mobile: ?0' <br />  -H 'sec-ch-ua-platform: \"macOS\"' <br />  -H 'sec-fetch-dest: empty' <br />  -H 'sec-fetch-mode: cors' <br />  -H 'sec-fetch-site: same-site' <br />  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36'</p>\n","urlObject":{"protocol":"https","path":["labels","assign","d30bba9a-ba89-4708-89ea-79eee696c9a9"],"host":["staging-server","cekat","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"36285841-a516-4d80-ba1c-b96850468aab"}],"event":[{"listen":"prerequest","script":{"id":"b94eaa47-5809-4565-8067-1eae2397eb00","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"f89baad8-d662-40cb-9bba-97e006a0b21b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"OPENAPI_LOCAL_SERVER","value":""},{"key":"api_key","value":""}]}