---
title: "Profile Details"
method: GET
path: "/sanctions/profile"
---

# Profile Details

`GET /sanctions/profile`

## Headers

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

## Request body

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

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `entityData` object
      - `id` string
      - `caption` string
      - `schema` string
      - `properties` object
        - `topics` string[]
        - `wikidataId` string[]
        - `gender` string[]
        - `position` string[]
        - `name` string[]
        - `nationality` string[]
        - `notes` string[]
        - `keywords` string[]
        - `birthDate` string[]
        - `modifiedAt` string[]
        - `country` string[]
        - `positionOccupancies` object[]
          - `id` string
          - `caption` string
          - `schema` string
          - `properties` object
            - `holder` string[]
            - `status` string[]
            - `post` object[]
              - …
          - `target` boolean
          - `firstSeen` string
          - `lastSeen` string
          - `lastChange` string
      - `target` boolean
      - `firstSeen` string
      - `lastSeen` string
      - `lastChange` string
    - `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/revisions/1d0672797b14/schema)
