---
title: "Perform search"
method: POST
path: "/search/entity"
---

# Perform search

`POST /search/entity`

You can use this API and search for a transaction/customer data.

## Request body

- object
  - `searchCondition` object — Includes the search conditions.
  - `RAW_BODY` string

## Response `200`

200

- object
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `sortBy` string
    - `sortOrder` string
    - `total` integer
  - `data` object[]
    - `entityType` string
    - `customerSearchDetails` object[]
      - `entityId` string
      - `profiles` object[]
        - `source` string
        - `firstName` string
        - `lastName` string
      - `enrichedFields` object
    - `total` integer
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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