Skip to main content

Connections

Connections represent authenticated social media platform accounts (Twitter, LinkedIn, etc.) that are linked to a channel.

Connecting Platforms

  1. Initiate OAuth flow via API
  2. User authorizes on platform
  3. Connection is stored and reused

Managing Connections

  • List connections: GET /v1/connections
  • Delete connection: DELETE /v1/connections/:id
  • Refresh token: POST /v1/connections/:id/refresh