The Connections API returns a list of every social account you have connected to your Dohoo account. Each connection record includes a uniqueDocumentation Index
Fetch the complete documentation index at: https://docs.dohoo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
The unique connection identifier. Pass this value as
connectionId when publishing content to this account.The social media platform this connection belongs to (e.g.
instagram, youtube, tiktok).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.