GET

Get Connect Url


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a channel's OAuth authorization URL that a site owner opens to connect the channel.

Use this to connect a channel without a browser popup: retrieve the URL, surface it to the site owner, and have them authorize the channel in their browser. The channel's OAuth redirect then completes the connection server-side, after which the channel becomes connected. Poll Get Long Lived Token Status until the status is VALID to confirm the channel is connected.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Social Posts
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/social-publisher/v1/{channelName}/connect-url

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?