cURL
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" }
Create a Magic Link to allow tenants to link an integration.
ID of environment
Magic Link created
The response is of type object.
object