cURL
curl --request POST \ --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/linkedTargets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "target": { "target": "<string>", "symlink": { "entity": "<string>", "id": "<string>", "tenant": "<string>" }, "config": {} } } '
{}
Link one of your tenants to a target
Documentation IndexFetch the complete documentation index at: https://docs.hotglue.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of environment
ID of flow
ID of tenant
The target & settings info you wish to link
Show child attributes
200
The response is of type object.
object