---
title: "Retrieves a PublishingChannel resource."
method: GET
path: "/publishing_channels/{id}"
tags: ["PublishingChannel"]
---

# Retrieves a PublishingChannel resource.

`GET /publishing_channels/{id}`

Retrieves a PublishingChannel resource.

## Path parameters

- `id` string, required

## Response `200`

PublishingChannel resource

- PublishingChannel — Publishing channels represent all channels (e.g. Twitter account, Facebook page) connected to the portal that can be published to
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for publishing channel
  - `created` string — The time and date the publishing channel was created
  - `updated` string, nullable — The time and date the publishing channel was last modified
  - `isActive` boolean, nullable — Whether the publishing channel is active or not
  - `shared` boolean, nullable — Whether the publishing channel is shared or not
  - `type` string — Type of publishing channel e.g. "Facebook page"
  - `accountType` string — Type of account the publishing channel stems from.
  - `name` string — The name of the publishing channel e.g. "ABC Facebook page"
  - `profileUrl` string, nullable — The web address to the publishing channel

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
