Link

Read Channel

Method URL http://<report_container_url>:<container_port>/report/v1/inbound_channel.read
HTTP Method GET
Content Type application/json

Request Arguments

Required Arguments Data Type How To Use
id string Id of channel from list channels
Optional Arguments Data Type How To Use
NONE    

Example Request Payload

{
    "id": "cc6dc571-4da1-4477-a94d-848ba9a0e848"
}

Example Response Payload

{
  "data": {
    "auth_password": "",
    "auth_username": "",
    "create_time": "2021-06-30 19:06:23.494928",
    "create_user_id": "eae3daf8-a5bf-406c-ac4e-1e3bea2b043c",
    "customer": "zebrium460",
    "deployments": "zebrium460_trial1",
    "enabled": true,
    "id": "cc6dc571-4da1-4477-a94d-848ba9a0e848",
    "integration": "zebrium",
    "modify_time": "2021-06-30 19:06:23.494928",
    "modify_user_id": "eae3daf8-a5bf-406c-ac4e-1e3bea2b043c",
    "region": "US",
    "siid": "cf6a6c67-53b1-4f44-8cb0-8a6e1b7243fd",
    "token": "2F2524443CEA02FGE45D22FFB800E715BC71FC45",
    "webhook": "http://delta.gcloud.ops.zebrium.com/api/v2/signal/2F2524443CEA02FGE45D22FFB800E715BC71FC45"
  },
  "error": {
    "code": 200,
    "message": "200 OK"
  }
}