Create Connection

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
configurationmap from strings to anyRequired
namestringRequired
typestringRequired
healthcheck_intervalstringOptional
Override interval for connection health checking.
organization_idstringOptionalformat: "uuid"
policieslist of stringsOptional
redirect_urlstringOptional
URL to redirect to after completing OAuth flow.
validatebooleanOptionalDefaults to true
Validate connection configuration.

Response

OK
dataobject

Errors

400
Connections Create Request Bad Request Error
401
Connections Create Request Unauthorized Error
403
Connections Create Request Forbidden Error
422
Connections Create Request Unprocessable Entity Error
500
Connections Create Request Internal Server Error