Skip to main content
GET
Resolve a name to a single entity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string
required

Entity name to resolve. Exact, case-insensitive match; curated merge-rule aliases (e.g. "Ford" resolving to Ford Motor Company) are honored.

Minimum string length: 1
type
enum<string>

Restrict 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.

Available options:
person,
organization,
product,
topic,
channel

Response

Success

found
boolean
required

True when the query resolved to exactly one entity.

entity
object

The resolved entity. Absent when found is false.

route
string

Site-relative route for the entity on arcmira.com. Absent when found is false.

fromCache
boolean

True when the result was served from the 5-minute resolver cache.