cURL
curl --request POST \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedSources \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "source": { "tap": "<string>", "config": {}, "symlink": { "entity": "<string>", "id": "<string>", "tenant": "<string>" } }, "schedule": { "schedule_expression": "<string>", "state": "ENABLED" }, "field_map": {} }'
{}
Create a new connection for a tenant by passing a config object, along with an optional schedule or field_map
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object