Resolve a name to a single entity
Single-result name resolver: exact, case-insensitive match with curated alias support. Returns at most one entity and does not paginate (single page; there is no cursor). When type is passed and the name resolves to an entity of a different type, the response is { found: false }. For fuzzy multi-result discovery use /v1/entities/search instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Entity name to resolve. Exact, case-insensitive match; curated merge-rule aliases (e.g. "Ford" resolving to Ford Motor Company) are honored.
1Restrict the match to one entity type. When the name resolves to an entity of a different type, the response is { found: false }. organization also matches legacy company/brand rows.
person, organization, product, topic, channel Response
Success
True when the query resolved to exactly one entity.
The resolved entity. Absent when found is false.
Site-relative route for the entity on arcmira.com. Absent when found is false.
True when the result was served from the 5-minute resolver cache.