Force import tenant configuration, skipping version checks but validating structural integrity.
Security
bearer
Exported data to force import
External connections and typed lists referenced by the export. These references are not exported secrets and must resolve to existing resources in the target tenant
List of key aliases referenced by the export. These keys must already exist in the target tenant before import
List of credential aliases referenced by the export. These credentials must already exist in the target tenant before import
List of certificate aliases referenced by the export. These certificates must already exist in the target tenant before import
- Sandbox environmenthttps://version-management.sbx.transmitsecurity.io/version/force-import/{tenantId}
- US production environmenthttps://version-management.transmitsecurity.io/version/force-import/{tenantId}
- CA production environmenthttps://version-management.ca.transmitsecurity.io/version/force-import/{tenantId}
- EU production environmenthttps://version-management.eu.transmitsecurity.io/version/force-import/{tenantId}
- AU production environmenthttps://version-management.au.transmitsecurity.io/version/force-import/{tenantId}
- JP production environmenthttps://version-management.gasne1-ts01.transmitsecurity.io/version/force-import/{tenantId}
curl -i -X POST \
'https://version-management.sbx.transmitsecurity.io/version/force-import/{tenantId}?failureRollBack=true&format=json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"version": "string",
"application": {
"path": "string",
"data": {},
"category": "string",
"type": "string"
},
"external_connections_and_typed_lists": [
{
"path": "string",
"data": {},
"category": "string",
"type": "string"
}
],
"keys_alias": {
"alias": "string",
"version": "string"
},
"credentials_alias": {
"alias": "string",
"version": "string"
},
"certificates_alias": {
"alias": "string",
"version": "string"
},
"environment_variables_alias": [
"string"
]
}'Force import completed successfully
Import result message
Enum:"Import completed successfully""Force import completed successfully""Import failed""Force import failed""Import failed; attempted to rollback from backup""Rollback completed successfully""Rollback from backup failed""Import body is empty""Import already in progress""Not applicable"
Response
{ "status": "success", "message": "Import completed successfully", "details": {}, "rollbackResult": { "status": "success", "message": "Import completed successfully" } }