v1
latestOpenAPI 3.1.02026-08-0616024.0 KBGenerate social connection URL
Returns a browser URL that starts connecting a social network to a workspace. Open the returned URL while signed in to Ocoya to approve OAuth and select profiles.
post/social-profiles/connection-url
Query parameters
workspaceIdstring required
Example:cmayvq3hk00017apshay5qezu
Ocoya workspace ID. Get one from GET /workspaces.
Request body
Example request
{
"provider": "instagram"
}Response
Success
Example response
{
"url": "https://app.ocoya.com/api/social-connect/start?provider=instagram&workspaceId=cmayvq3hk00017apshay5qezu"
}