Connections
Connections represent authenticated social media platform accounts (Twitter, LinkedIn, etc.) that are linked to a channel.
Connecting Platforms
- Initiate OAuth flow via API
- User authorizes on platform
- 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