---
title: "Match Endpoint - Single Transaction Calls"
method: POST
path: "/v1/entities/match"
---

# Match Endpoint - Single Transaction Calls

`POST /v1/entities/match`

## Query parameters

- `name` string
- `streetAddress` string
- `firstName` string
- `middleName` string
- `lastName` string
- `generationalSuffix` string
- `primaryNumber` string
- `preDirectional` string
- `street` string
- `streetSuffix` string
- `postDirectional` string
- `unitDesignator` string
- `secondaryNumber` string
- `city` string
- `state` string
- `zipCode` string
- `email` string
- `phone` string
- `limit` integer
- `strictValidation` boolean

## Response `200`

200

- object
  - `entity` object
    - `abilitec` object
      - `consumerLink` string
      - `addressLink` string
      - `householdLink` string
    - `matchMetadata` object
      - `matchComponents` string[]
      - `distinctMatch` boolean
      - `matchConfidence` string
      - `nameMatchIntegrity` string

## Other responses

- `400` — 400

---

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