ApiContent Maintenance
Migrate Listings To Tenant Links
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Query Parameters
dryRun?boolean
Default
trueResponse Body
application/json
curl -X POST "https://loading/api/admin/v1/content/maintenance/migrate-listings-to-links"{
"scanned": 0,
"linksCreated": 0,
"linksSkippedExisting": 0,
"unmatched": 0,
"softDeleted": 0,
"dryRunLog": [
"string"
]
}