Channel Server APIs
Overview
1. Get Channel by ID
{ "_id": "ch_c18b8867-5e88-469b-a17c-ba332231c931", "doc_name": "channel", "public_id": "ch_c18b8867-5e88-469b-a17c-ba332231c931", "organization_id": "org_imbrace", "business_unit_id": "bu_imbrace_testing", "welcome_message_id": "", "bot_id": "u_imbrace_bot", "type": "web", "name": "Test if bot added", "icon_url": "", "primary_color": "#d316f2", "secondary_color": "#7f748f", "description": "", "is_disabled": false, "welcome_message": "", "fallback_url": "https://app.prod.imbrace.co/channels/web_widget", "created_at": "2022-09-06T06:31:08.223Z", "updated_at": "2022-09-06T06:31:08.223Z", "active": true, "config": { "email_config": { "email": null, "subject_title": null, "profile_name": null, "action_button_text": null, "button_url": null, "e_signature_name": null, "e_signature_information": null, "e_signature_logo": null, "show_powered_by": false, "legal_disclaimer": null }, "type": "web", "window_name": null, "window_logo": null, "chatbot_name": null, "chatbot_avatar": null, "welcome_message": null, "primary_color": null, "secondary_color": null, "_id": "6613adb609763afdf1b7f419" }, "is_deleted": true, "is_init": true, "id": "ch_c18b8867-5e88-469b-a17c-ba332231c931" }{ "message": "channel id is required" }{ "message": "no channel found with id :channel_id" }curl --location 'https://app-gateway.dev.imbrace.co/3rd/channels/ch_0a0eeedd-5581-4549-9b35-7a5e003fce2f' \ --header 'x-access-token: api_2f576a7d-f7eb-4748-9ec0-b295d7204de1'
2. Get Channel by Organization and Channel ID
Last updated