Skip to main content
GET
Get entity by ID

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

The UUID of the entity to retrieve.

Response

id
string<uuid>
required
name
string
required
slug
string
required
type
enum<string>
required
Available options:
brand,
person,
company,
other
isOwned
boolean
required
isPrimary
boolean
required
isCompetitor
boolean
required
isBlacklisted
boolean
required
domains
object[]
required

Domains mapped to this entity (project-scoped).

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
aliases
object[]
required

Alternate name strings that resolve to this entity.

mergedSources
object[]
required

Separate entities merged into this one (their mentions roll up here; reversible via unmerge).

group
object
canonicalId
string<uuid>