---
title: "Retrieve an entity by its ID"
method: GET
path: "/v2/entities/{id}"
tags: ["Entities"]
---

# Retrieve an entity by its ID

`GET /v2/entities/{id}`

Retrieve more information about an entity by using its unique ID. These ID's may be obtained from
    the field `id` in [entity search](#operation/search_entity_v2_entities_get) or from `merchant_id` in
    [transaction enrichment](#tag/Enrichment)

## Path parameters

- `id` string, required — The unique ID of the entity

## Response `200`

Entity

- EntitySearchOut
  - `id` string, nullable
  - `name` string, nullable
  - `website` string, nullable
  - `logo` string, nullable
  - `location` string, nullable
  - `location_structured` LocationStructuredPublic
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postcode` string, nullable
    - `country` string, nullable
    - `country_name` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `google_maps_url` string, nullable
    - `apple_maps_url` string, nullable
    - `store_number` string, nullable
    - `house_number` string, nullable
  - `confidence` number, nullable

## Other responses

- `400` — Bad request.
- `404` — Entity does not exist for ID
- `422` — Validation Error

---

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