Dynamo Developer DocsDynamo Developer Docs
External APIChannels

List connected channels

List the org's connected channels (mediums). Use a returned `id` as the key in a scheduled post's `channels` map. With the optional `workspaceId` filter only the channels connected to that workspace are returned (the discovery step for the workspace-scoped VIP routes). Tokens are never returned.

GET/channels

Authorization

x-api-key x-date x-signature
x-api-key<token>

Your API key (the ApiKeys document id).

In: header

x-date<token>

Current timestamp in ISO-8601 (must be fresh — within −5s..+60s of server time).

In: header

x-signature<token>

HMAC-SHA256 of the x-date string keyed by your secret, lowercase hex.

In: header

Query Parameters

workspaceId?string

Restrict to the channels connected to this workspace.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/channels"
[  {    "id": "string",    "type": "FB_PAGE",    "name": "string"  }]
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}