# Restore source to identities Restores a previously soft-deleted source in all matching entities, making that source’s data active again. Endpoint: POST /restoreSource Version: 2026.1.2 Security: bearerAuth ## Request fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `auditLogMap` (object) Generic map of string keys to string values. - `content` (object) RestoreSourceWsRequest payload (structure as per internal implementation). - `trackingId` (string) ## Response 200 fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `success` (boolean) - `unparsedJson` (string) - `warnings` (array) - `retryableError` (boolean) - `message` (string) - `content` (object) Service response for restoring a source. - `content.linkIdsModified` (array, required) Entity IDs that were modified. - `content.linkIdCreated` (string, required) Entity ID that was created. - `errors` (array) - `trackingId` (string)