get_connect_urlGet a connect URL
Starts a hosted OAuth flow and returns authUrl plus a session id. Send the user to authUrl; the account appears in list_accounts once they finish.
- Category
- Accounts
- Calls
- GET/v1/connect/{platform}
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
platformenumrequiredPlatform to connect.
One of:facebookinstagramtiktoklinkedinyoutube
redirectUrlstringoptionalHTTPS URL to return the user to once they finish or cancel.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "get_connect_url",
"arguments": {
"platform": "facebook"
}
}