Share a Model
This API shares an existing Match IQ model so that it could be used on another tenant.
Request
POST https://ml-model-share.reltio.com/api/v1.0/{environment}/{tenantId}/flows/{flowId}/share| Name | Type | Required | Details | 
|---|---|---|---|
| 
                             environment  | 
                             path  | 
                             Yes  | 
                             Source environment of the Match IQ model. Example:   | 
| 
                             tenantId  | 
                             path  | 
                             Yes  | 
                             Source tenant of the Match IQ model. Example:   | 
| 
                             flowId  | 
                             path  | 
                             Yes  | 
                             Match IQ flow identifier that contains the model. Example:   | 
Sample
Request
Content-Type:application/json
{
  "destination": {
    "test": [
      "TestTenant"
    ],
    "ap-360": [
      "ProductionTenant"
    ]
  }
}Response
Content-Type:application/json
{
  "id": "6ccbf3f2-5fd0-11eb-ae93-0242ac130002"
}