v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Inboxes

List inbox channels

List the channels in an inbox.

Required scope: channels:read

get/inboxes/{inbox_id}/channels

Path parameters

inbox_idstring required

The Inbox ID

Response

Array of Channels

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/channels"
  },
  "_results": [
    {
      "_links": {
        "self": "https://yourCompany.api.frontapp.com/channels/cha_1gv4",
        "related": {
          "inbox": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6",
          "owner": "https://yourCompany.api.frontapp.com/teams/jen_k30"
        }
      },
      "id": "cha_1gv4",
      "name": "Paper Sales Inbox",
      "address": "sales@dundermifflin.com",
      "type": "gmail",
      "send_as": "sales@dundermifflin.com",
      "settings": {
        "undo_send_time": 15
      },
      "is_valid": true
    }
  ]
}