Manage Tenants
Create a Magic Link
Create a Magic Link to allow tenants to link an integration.
POST
/
{env_id}
/
connect
Authorizations
x-api-key
string
headerrequiredPath Parameters
env_id
string
requiredID of environment
Body
application/json
tenant
string
Tenant ID
type
enum<string>
The type of connect link.
Available options:
all
, flows
, connectors
flow
string
Flow ID. Required if type
=flows
or connectors
entityId
string
Entity ID. Required if type
=connectors
Response
200 - application/json
url
string
The URL to initiate the connection.