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",
  "options": {
    "operation": "link"
  }
}'
{
  "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

Response

200 - application/json

Magic Link created

The response is of type object.