List accessible organizations
List the organizations the caller can access. For an API-key caller this is the single org the key belongs to. Supports an optional case-insensitive `q` name filter and a `limit` cap, both applied in memory. This is the org-discovery entrypoint and does not require an organization to be in scope.
/organizationsAuthorization
x-api-key x-date x-signature Your API key (the ApiKeys document id).
In: header
Current timestamp in ISO-8601 (must be fresh — within −5s..+60s of server time).
In: header
HMAC-SHA256 of the x-date string keyed by your secret, lowercase hex.
In: header
Query Parameters
Case-insensitive substring filter on the organization name.
Max organizations to return.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations"[ { "id": "string", "name": "string", "role": "D10XADMIN" }]{ "message": "string"}{ "message": "string"}External API
The Dynamo External API — channels, posts, superpowers, VIP analytics, broadcasts, ads and campaigns.
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.