PPylon Developers
ApiContent Maintenance

Migrate Listings To Tenant Links

POST
/api/admin/v1/content/maintenance/migrate-listings-to-links
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

dryRun?boolean
Defaulttrue

Response 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"
  ]
}