Skip to main content
GET
/
v1
/
publishing
/
channels
List Channels
curl --request GET \
  --url https://app.uselamina.ai/v1/publishing/channels \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "ch-001",
      "platform": "facebook",
      "accountName": "My Brand Page",
      "accountType": "page",
      "username": null,
      "hasInstagram": true,
      "createdAt": "2026-03-01T10:00:00.000Z"
    },
    {
      "id": "ch-002",
      "platform": "instagram",
      "accountName": null,
      "accountType": "business",
      "username": "@mybrand",
      "hasInstagram": false,
      "createdAt": "2026-03-15T14:30:00.000Z"
    }
  ]
}
Discover connected distribution destinations — Instagram, TikTok, YouTube, and other social accounts linked to your workspace. Call this before POST /v1/publishing/publish to get the accountIds you’ll need. Each channel shows the platform, username, and account type.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Response

List of connected social channels

data
object[]