# Verato Person API

Version: 2026.1.2

## Servers

Production Link API
```
https://yourveratodomain.com/link-ws/svc
```

Sandbox Link API
```
https://yourveratodomain.com/link-ws/svc
```

## Security

### bearerAuth

Type: http
Scheme: bearer
Bearer Format: JWT

### basicAuth

Type: http
Scheme: basic

## Download OpenAPI description

[Verato Person API](https://developer.verato.com/_bundle/apis/person.openapi.yaml)

## Other

### Add an Identity to the link stack

 - [POST /v2/postIdentity](https://developer.verato.com/apis/person.openapi/other/post_v2_postidentity.md): used to add a new identity to the link stack

### Delete A Source

 - [POST /deleteSourceIdentity](https://developer.verato.com/apis/person.openapi/other/post_deletesourceidentity.md): Permanently removes all information and history associated with the source provided. note that this will remove any merging/unmerge history

### Query Using Demographic Information

 - [POST /v2/demographicsQuery](https://developer.verato.com/apis/person.openapi/other/post_v2_demographicsquery.md): Search link database using provided demographic information

### Query Using Native ID

 - [POST /v2/nativeIdQuery](https://developer.verato.com/apis/person.openapi/other/post_v2_nativeidquery.md): Search link database using native ID

### Query Using an Id

 - [POST /v2/identityIdQuery](https://developer.verato.com/apis/person.openapi/other/post_v2_identityidquery.md): Search link database for Identity with supplied ID

### Search Using Demographic Information

 - [POST /v2/demographicsSearch](https://developer.verato.com/apis/person.openapi/other/post_v2_demographicssearch.md): Search link database using provided demographic information, return multiple matches

### Reactivate source from identities

 - [POST /reactivateSourceWs](https://developer.verato.com/apis/person.openapi/other/post_reactivatesourcews.md): Reactivates a source from all Entities matching it.

### Deactivate source from identities

 - [POST /deactivateSourceWs](https://developer.verato.com/apis/person.openapi/other/post_deactivatesourcews.md): Deactivates a source from all Entities matching it.

### Merge two identities

 - [POST /mergeIdentities](https://developer.verato.com/apis/person.openapi/other/post_mergeidentities.md): Merge two sources together

### Unmerge two identities

 - [POST /unmergeIdentities](https://developer.verato.com/apis/person.openapi/other/post_unmergeidentities.md): Unmerge two sources

### Link two identities

 - [POST /linkIdentities](https://developer.verato.com/apis/person.openapi/other/post_linkidentities.md): Link two sources together

### Unlink two identities

 - [POST /unlinkIdentities](https://developer.verato.com/apis/person.openapi/other/post_unlinkidentities.md): Using the provided source information, splits a linked identity into two seperate IDs

### Query for Household

 - [POST /householdQuery](https://developer.verato.com/apis/person.openapi/other/post_householdquery.md): Search link database for Household with supplied Input

### Searches for Relationships

 - [POST /searchRelationshipsService](https://developer.verato.com/apis/person.openapi/other/post_searchrelationshipsservice.md): used to search for relationship

### Add a new Relationship

 - [POST /addRelationshipService](https://developer.verato.com/apis/person.openapi/other/post_addrelationshipservice.md): used to add a new relationship

### Deletes a relationship

 - [POST /deleteRelationshipService](https://developer.verato.com/apis/person.openapi/other/post_deleterelationshipservice.md): Used to delete a relationship

### Query Notifications

 - [POST /searchNotifications](https://developer.verato.com/apis/person.openapi/other/post_searchnotifications.md): Search notifications based on a period of time

