---
title: "Get Entity Details By Id"
method: GET
path: "/entities/{entityId}"
tags: ["Entities"]
---

# Get Entity Details By Id

`GET /entities/{entityId}`

Retrieve details for a specific entity using its unique ID. Returns name, logo, description, external links and related addresses.

## Path parameters

- `entityId` string, required

## Response `200`

Returns the entity.

- EntityModelWithAddress
  - `name` string — The name of the entity
  - `id` string — The id of the entity
  - `logo` string — The logo of the entity
  - `bio` string — The bio of the entity
  - `description` string — The description of the entity
  - `website` string — The website of the entity
  - `twitter` string — The twitter of the entity
  - `type` string — The type of the entity

---

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