v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBConnections
Connect
Creates a Polytomic Connect session and returns a URL for creating or reconnecting a Connection.
Open the returned URL, or send it to the person who will set up the Connection. Polytomic Connect guides them through authentication and configuration, then redirects them to redirect_url.
Each session can create or reconnect one Connection.
See also:
- Embedding authentication, a guide to using Polytomic Connect.
post/api/connections/connect/
Headers
X-Polytomic-Versionstring
Request body
Example request
{
"connection": "248df4b7-aa70-47b8-a036-33ac447e668d",
"name": "Salesforce Connection",
"organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"ttl": 300,
"type": "salesforce"
}Response
OK
Example response
{
"data": {
"redirect_url": "https://app.polytomic.com/polytomic-connect?token=token",
"token": "token"
}
}