{ "info": { "_postman_id": "7c617ab2-619b-4f39-bb7f-de4ecf286767", "name": "ThoughtSpot Public REST 10.1.0.cl Custom Action API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:15:47.000Z", "updatedAt": "2026-07-28T03:15:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-7c617ab2-619b-4f39-bb7f-de4ecf286767" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "customization", "item": [ { "name": "custom-actions", "item": [ { "name": "{custom_action_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Custom Action", "id": "ebd0e64b-8a86-470f-910b-66bdff8bdd56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "id": "b987305e-0318-4477-a9cf-24de93ee0708", "key": "custom_action_identifier", "value": "", "description": "(Required) Unique ID or name of the custom action." } ] }, "description": "\n Version: 9.6.0.cl or later\n\nRemoves the custom action specified in the API request.\n\nRequires `DEVELOPER` (**Has Developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "48b0856f-bcf1-4514-b9f6-3fb2531979cc", "name": "Custom action is successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-48b0856f-bcf1-4514-b9f6-3fb2531979cc" }, { "id": "e888c2f3-f7f5-41c0-919e-69e98d4c4fa1", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-e888c2f3-f7f5-41c0-919e-69e98d4c4fa1" }, { "id": "d4e51dd5-200e-4700-9f22-bc0bcf5a88cb", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-d4e51dd5-200e-4700-9f22-bc0bcf5a88cb" }, { "id": "2ca10a51-1391-4ec6-9f13-ad44477c8ef0", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-2ca10a51-1391-4ec6-9f13-ad44477c8ef0" }, { "id": "9943b07c-9afd-426f-ad21-094ff4a7fa49", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "delete" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-9943b07c-9afd-426f-ad21-094ff4a7fa49" } ], "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-ebd0e64b-8a86-470f-910b-66bdff8bdd56" } ], "id": "0412379b-592c-493b-b3a2-77ae81ea8103", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-0412379b-592c-493b-b3a2-77ae81ea8103" }, { "name": "update", "item": [ { "name": "update Custom Action", "id": "041ab071-8822-4fd0-9e2c-4e1738ad28cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "id": "489eda34-4689-4435-9f96-f6e0b6f96a63", "key": "custom_action_identifier", "value": "", "description": "(Required) Unique ID or name of the custom action." } ] }, "description": "\n Version: 9.6.0.cl or later\n\nUpdates a custom action.\n\nRequires `DEVELOPER` (**Has Developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n#### Usage Guidelines\n\nThe API allows you to modify the following properties:\n\n* Name of the custom action\n* Action availability to groups\n* Association to metadata objects\n* Authentication settings for a URL-based action\n\nFor more information, see [Custom actions](https://developers.thoughtspot.com/docs/custom-action-intro).\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "670af461-1b3d-4e94-bd80-16f6bb2df56b", "name": "Custom action updated successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-670af461-1b3d-4e94-bd80-16f6bb2df56b" }, { "id": "83e1e0d6-99dc-45cd-888f-307c20657489", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-83e1e0d6-99dc-45cd-888f-307c20657489" }, { "id": "1b4ff628-686a-4c97-97be-57c1222a9af8", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-1b4ff628-686a-4c97-97be-57c1222a9af8" }, { "id": "97e9c88b-7a1b-44ce-8ee0-692b461b6ee8", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-97e9c88b-7a1b-44ce-8ee0-692b461b6ee8" }, { "id": "676863d4-36d1-45f7-8177-dc459889a45e", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"url\": \"\",\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"action_config\": {\n \"position\": \"CONTEXT_MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/:custom_action_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", ":custom_action_identifier", "update" ], "variable": [ { "key": "custom_action_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-676863d4-36d1-45f7-8177-dc459889a45e" } ], "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-041ab071-8822-4fd0-9e2c-4e1738ad28cd" } ], "id": "1d18a30d-1960-44c8-bdca-b10ef9657b10", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-1d18a30d-1960-44c8-bdca-b10ef9657b10" } ], "id": "8a2d1640-e1a1-443b-8574-a5a8ef8699be", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-8a2d1640-e1a1-443b-8574-a5a8ef8699be" }, { "name": "search", "item": [ { "name": "search Custom Actions", "id": "18654d36-4367-4f2f-9b40-ce806f9fbdd2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] }, "description": "\n Version: 9.6.0.cl or later\n\nGets custom actions configured on the cluster.\n\nRequires `DEVELOPER` (**Has Developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "66d2f8cb-a8b7-407b-a295-869efb34735d", "name": "Custom action search is successful.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"metadata_association\": [\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n },\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"user_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"metadata_association\": [\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n },\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"user_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-66d2f8cb-a8b7-407b-a295-869efb34735d" }, { "id": "c48daaf9-1d71-4b7d-be51-d0ba24f25ec2", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-c48daaf9-1d71-4b7d-be51-d0ba24f25ec2" }, { "id": "4f4b74c0-4206-4015-9a1e-e659e60b5d90", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-4f4b74c0-4206-4015-9a1e-e659e60b5d90" }, { "id": "b1c68650-2dee-437b-b677-4e72429b3a2b", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-b1c68650-2dee-437b-b677-4e72429b3a2b" }, { "id": "f0fea071-9973-40c0-9efa-ed6aa3993589", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"custom_action_identifier\": \"\",\n \"name_pattern\": \"\",\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"include_group_associations\": false,\n \"include_metadata_associations\": false,\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"WORKSHEET\"\n }\n ],\n \"type\": \"URL\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions", "search" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-f0fea071-9973-40c0-9efa-ed6aa3993589" } ], "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-18654d36-4367-4f2f-9b40-ce806f9fbdd2" } ], "id": "c4dae8b1-f24c-41ab-a843-25b8ff7208a9", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-c4dae8b1-f24c-41ab-a843-25b8ff7208a9" }, { "name": "create Custom Action", "id": "d42d9bbb-7f92-4c7c-ac06-698739af6e59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] }, "description": "\n Version: 9.6.0.cl or later\n\nCreates a custom action that appears as a menu action on a saved Answer or Liveboard visualization.\n\nRequires `DEVELOPER` (**Has Developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n#### Usage Guidelines\n\nThe API lets you create the following types of custom actions:\n\n* URL-based action \n Allows pushing data to an external URL.\n* Callback action \n Triggers a callback to the host application and initiates a response payload on an embedded ThoughtSpot instance.\n\nBy default, custom actions are visible to only administrator or developer users. To make a custom action available to other users, and specify the groups in `group_identifiers`.\n\nBy default, the custom action is set as a _global_ action on all visualizations and saved Answers. To assign a custom action to specific Liveboard visualization, saved Answer, or Worksheet, set `visibility` to `false` in `default_action_config` property and specify the GUID or name of the object in `associate_metadata`.\n\nFor more information, see [Custom actions](https://developers.thoughtspot.com/docs/custom-action-intro).\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "87b142d7-26f3-4ab5-95ca-0a7d13d20bb1", "name": "Custom action created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"default_action_config\": {\n \"visibility\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"metadata_association\": [\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n },\n {\n \"action_config\": {\n \"position\": \"\",\n \"visibility\": \"\"\n },\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"user_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-87b142d7-26f3-4ab5-95ca-0a7d13d20bb1" }, { "id": "f98159ce-8c92-45b6-ab79-e7c438487164", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-f98159ce-8c92-45b6-ab79-e7c438487164" }, { "id": "59f50fff-67a9-4194-b671-950b955925f3", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-59f50fff-67a9-4194-b671-950b955925f3" }, { "id": "52b94dba-b50b-49f9-ac00-732497bd8f68", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-52b94dba-b50b-49f9-ac00-732497bd8f68" }, { "id": "34bc4bf4-8d66-4dd5-a642-a68a40dec404", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"action_details\": {\n \"CALLBACK\": {\n \"reference\": \"\"\n },\n \"URL\": {\n \"url\": \"\",\n \"authentication\": {\n \"API_Key\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"Basic_Auth\": {\n \"password\": \"\",\n \"username\": \"\"\n },\n \"Bearer_Token\": \"\",\n \"No_Auth\": \"\"\n },\n \"parameters\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"reference\": \"\"\n }\n },\n \"associate_metadata\": [\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"action_config\": {\n \"position\": \"MENU\",\n \"visibility\": true\n },\n \"type\": \"WORKSHEET\"\n }\n ],\n \"default_action_config\": {\n \"visibility\": true\n },\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/custom-actions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "custom-actions" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-34bc4bf4-8d66-4dd5-a642-a68a40dec404" } ], "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-d42d9bbb-7f92-4c7c-ac06-698739af6e59" } ], "id": "52b35f15-2168-4b7c-85a3-cedfb7292631", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-52b35f15-2168-4b7c-85a3-cedfb7292631" } ], "id": "a2817b42-a25f-4851-8e34-b0b8eeb80215", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-a2817b42-a25f-4851-8e34-b0b8eeb80215" } ], "id": "c1209f23-16c6-43ed-b104-3267cf24827a", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-c1209f23-16c6-43ed-b104-3267cf24827a" } ], "id": "b02aad2f-fa13-4279-9e4f-ce5bdfbb13a7", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-b02aad2f-fa13-4279-9e4f-ce5bdfbb13a7" } ], "id": "e3294545-81d9-4c03-8aba-020c385e623d", "createdAt": "2026-07-28T03:15:48.000Z", "updatedAt": "2026-07-28T03:15:48.000Z", "uid": "35240-e3294545-81d9-4c03-8aba-020c385e623d" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }