---
title: "Retrieve a profile information, divided by match"
method: POST
path: "/entity/{entityURN}/profile-by-matches"
tags: ["Monitoring: Entity Management"]
---

# Retrieve a profile information, divided by match

`POST /entity/{entityURN}/profile-by-matches`

This endpoint returns profile information (KYC and Facets), but match-by-match. This allows you to correlate profile information to matches.

## Path parameters

- `entityURN` string, required — The entity ID or URN.

## Request body

- RequestMatchesSummaryRequestPublic
  - `sigmaIDs` string[], nullable — Optional. Narrow the results to only include these Sigma IDs.

## Response `200`

OK

- ResponseProfileInformationByMatch
  - `aliases` string[]
  - `aliasesWithSources` SigmaidTextWithSource[]
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `corporateNumbers` SigmaidCorporateNumber[], nullable
    - `country` string[], nullable
    - `number` string
    - `register` string[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
  - `dobs` SigmaidDateWithSource[], nullable
    - `humanReadable` string, nullable — A human-readable representation of the range. Show in user interfaces instead of the date range if present
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `until` string, date-time, nullable — If the date is a range, the end of the range
    - `value` string, date-time — The date, or the start of a date range
  - `economicActivities` object, nullable
  - `facetType` string
  - `facts` SigmaidFact[]
    - `label` string
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `foundedDates` SigmaidDateWithSource[], nullable
    - `humanReadable` string, nullable — A human-readable representation of the range. Show in user interfaces instead of the date range if present
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `until` string, date-time, nullable — If the date is a range, the end of the range
    - `value` string, date-time — The date, or the start of a date range
  - `genders` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `identifications` SigmaidIdentification[], nullable
    - `country` string, nullable
    - `extras` object, nullable
    - `label` string
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `imo` SigmaidTextWithSource
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `incorporationTypes` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `linesOfBusiness` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `locations` SigmaidLocation[]
    - `address` string
    - `country` string
    - `countryCode` string
    - `fromDate` string
    - `locality` string
    - `majorAdministrativeDivision` string
    - `minorAdministrativeDivision` string
    - `postalCode` string
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `streetName` string
    - `streetNumber` string
    - `toDate` string
    - `type` string
  - `manufactureDates` SigmaidDateWithSource[], nullable
    - `humanReadable` string, nullable — A human-readable representation of the range. Show in user interfaces instead of the date range if present
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `until` string, date-time, nullable — If the date is a range, the end of the range
    - `value` string, date-time — The date, or the start of a date range
  - `maritimeCallSigns` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `models` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `nationalities` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `operators` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `otherIdentifiers` SigmaidIdentification[], nullable
    - `country` string, nullable
    - `extras` object, nullable
    - `label` string
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `politicalPositions` SigmaidPoliticalPosition[], nullable
    - `country` string
    - `description` string
    - `from` string, nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `to` string, nullable
  - `portsOfRegistry` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `serialNumbers` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `sigmaID` string
  - `statuses` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `tailNumbers` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string
  - `types` SigmaidTextWithSource[], nullable
    - `sourceAttribution` string[], nullable — Not human readable. This can be used to look up against source information objects.
    - `value` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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