---
title: "POST /identities/search"
method: POST
path: "/identities/search"
tags: ["identities"]
---

# POST /identities/search

`POST /identities/search`

Search identities.

## Request body

- object
  - `id` string — id of the identity to search
  - `sessionCookie` string — session cookie to search
  - `profileId` string — profile id to search
  - `type` 'linkedin' | 'google' — type of identity to search. Defaults to linkedin when omitted

## Response `200`

Identity successfully searched.

## Other responses

- `400` — Bad request.
- `500` — Unexpected error while searching for identities.

---

[API](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/revisions/acf0049d7c7f/schema)
