list_connections
Lists the platforms this studio has connected. Open to any member.Result
authorUrn is the platform-side account posts are attributed to. Tokens are
never returned.
connect_platform
Starts a browser OAuth flow and returns a URL for the user to open.enum
required
linkedin or x.Result
Requires
owner or admin. A member gets forbidden.list_connections afterwards; the platform appears
only once the callback succeeded.
Connecting the same platform again replaces the stored credentials, which is the
fix for an expired or revoked token.
disconnect_platform
Deletes Studio’s stored credentials for a platform.enum
required
linkedin or x.{ "disconnected": "linkedin" }, or not_connected if the platform
was never linked.
Posts already published stay live on the platform; Studio just loses the ability
to publish new ones.