---
title: "Retrieves the collection of PublishingChannel resources."
method: GET
path: "/publishing_channels"
tags: ["PublishingChannel"]
---

# Retrieves the collection of PublishingChannel resources.

`GET /publishing_channels`

Retrieves the collection of PublishingChannel resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

PublishingChannel collection

- PublishingChannel[]
  - `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

---

[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)
