---
title: "Find email Identities for given list of email addresses"
method: GET
path: "/identities"
tags: ["Review Generation"]
---

# Find email Identities for given list of email addresses

`GET /identities`

## Query parameters

- `identity` string[], required
- `shouldUpdateStatus` boolean, nullable

## Response `200`

OK response

- object
  - `identities` object[], nullable
    - `emailAddress` string, nullable
    - `identityType` string, nullable
    - `verificationStatus` string, nullable
    - `message` string, nullable
  - `message` string, nullable

## Other responses

- `400` — Invalid identities
- `401` — User does not have right permission to perform this action

---

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