Connect
Creates a new request for Polytomic Connect.
This endpoint configures a Polytomic Connect request and returns the URL to redirect users to. This allows embedding Polytomic connection authorization in other applications.
See also:
- Embedding authentication, a guide to using Polytomic Connect.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Polytomic-Version
Request
This endpoint expects an object.
name
Name of the new connection. Must be unique per organization.
redirect_url
URL to redirect to after connection is created.
connection
The id of an existing connection to update.
dark
Whether to use the dark theme for the Connect modal.
organization_id
whitelist
List of connection types which are allowed to be created. Ignored if type is set.
typeDeprecated
Connection type to create.
Response
OK
data