---
title: "Reactivate source from identities (reactivateSourceWs)"
method: POST
path: "/reactivateSourceWs"
---

# Reactivate source from identities (reactivateSourceWs)

`POST /reactivateSourceWs`

Used to reactivate a source record from your instance of Universal Identity, that was previously deactivated.

## Request body

- ServiceRequestReactivateSourceWs
  - `content` ReactivateSourceWsRequest
    - `sourceToReactivate` Source, required — Represents the information tracking an identity to a source that contains the identity
      - `date` string — The date of the source data in ISO format (yyyy-mm-dd).
      - `name` string — The name of the data source. Must be unique across Verato.
      - `id` string — The ID of an identity within the given data source.
  - `trackingId` string

## Response `200`

OK

- ServiceResponseReactivateSourceWs
  - `auditId` string
  - `success` boolean
  - `warnings` string[]
  - `retryableError` boolean
  - `message` string
  - `content` ReactivateSourceWsResponse — Service response for a ReactivateSourceWsResponse
    - `linkIdsModified` string[], required — Entity Ids which got modified
    - `linkIdCreated` string — Entity Id which got created
  - `errors` string[]
  - `trackingId` string

---

[API](https://skmtc.net/verato/apis/verato-person-api.md) · [All operations](https://skmtc.net/verato/apis/verato-person-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verato/verato-person-api/revisions/8225f2689816/schema)
