id, the platform it belongs to, and the account’s display name. You need the connectionId from this response when calling any of Dohoo’s publishing endpoints — it tells Dohoo exactly which account to post to.
All Connections API requests require your API key in the
X-API-Key header.Get all connections
GET /api/connections/unified
Returns a unified list of all social accounts connected to your Dohoo account, regardless of platform. Use the id field from any entry as the connectionId parameter in publishing requests.
string
The unique connection identifier. Pass this value as
connectionId when publishing content to this account.string
The social media platform this connection belongs to (e.g.
instagram, youtube, tiktok).string
The human-readable display name or handle of the connected account.
You can only add or remove social account connections from the Dohoo dashboard → Connections. The API does not provide endpoints for creating or revoking connections.
