POST
/
{env_id}
/
connect
curl --request POST \
  --url https://client-api.hotglue.xyz/{env_id}/connect \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "tenant": "test-user",
  "type": "flows",
  "flow": "v0resaE4l",
  "entityId": "bigquery"
}'
{
  "url": "https://connect.hotglue.com/?token=bM1THU5yY9gF7P5IFQyxL"
}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID 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
Magic Link created
url
string

The URL to initiate the connection.