---
title: "Search Profile"
method: GET
path: "/sanctions/search"
---

# Search Profile

`GET /sanctions/search`

This API allows you to search for politically exposed entities using different full name or aliases.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `queryText` string — Name of the Individual
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer
  - `target` string

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `searchData` object
      - `limit` integer
      - `offset` integer
      - `total` object
        - `value` integer
        - `relation` string
      - `results` object[]
        - `id` string
        - `caption` string
        - `schema` string
        - `properties` object
          - `keywords` string[]
          - `name` string[]
          - `alias` string[]
          - `wikidataId` string[]
          - `position` string[]
          - `topics` string[]
          - `country` string[]
          - `religion` string[]
          - `modifiedAt` string[]
          - `website` string[]
          - `birthPlace` string[]
          - `gender` string[]
          - `education` string[]
          - `birthDate` string[]
          - `nationality` string[]
          - `notes` string[]
        - `target` boolean
        - `firstSeen` string
        - `lastSeen` string
        - `lastChange` string
      - `facets` object
        - `topics` object
          - `label` string
          - `values` object[]
            - `name` string
            - `label` string
            - `count` integer
        - `countries` object
          - `label` string
          - `values` object[]
            - `name` string
            - `label` string
            - `count` integer
    - `poolReferenceId` string
    - `pool` object
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/versions/1d0672797b14/schema)
