Connections

ENDPOINT AVAILABILITY

The endpoints in this guide are Embedded Vendor APIs and require the oem_vendor privilege. Contact your Workato representative to enable this privilege in your account.

The Connections resource enables you to programmatically manage connections for Embedded customers.

Quick reference

TypeResourceDescription
GET/api/managed_users/:managed_user_id/connectionsReturns a list of connections in Embedded user’s account.
POST/api/managed_users/:managed_user_id/connectionsAllows the Embedded partner to add a shell connection in a customer’s account.
DELETE/api/managed_users/:managed_user_id/connections/:connection_idDeletes a connection in a customer workspace.
PUT/api/managed_users/:managed_user_id/connections/:connection_idUpdates a connection in a customer workspace.
POST/api/managed_users/:managed_user_id/connections/:connection_id/disconnectDisconnects a connection in a customer workspace.