Attach a company's SEC identifiers to an entity
Resolves a public company by ticker (preferred) or name and attaches its available SEC external identifiers (CIK, ticker, and EIN when SEC supplies one) to the target entity as res_unique_id rows — validated against the unique-id contract and stamped source sec-edgar. Idempotent: identifiers already mapped to the entity are reported, not re-written.
Authentication
User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key
Admin API key for system-to-system write operations
Path parameters
Query parameters
Trading ticker symbol (preferred resolver)
Company name query (used when no ticker is given)
Provider name for provider-native IDs or slugs.
Provider-native source ID.
Provider-native source slug.
Actor type; inferred as agent when agentChassis and agentModel are supplied, or as employee from an authenticated user JWT session.
Agent chassis token for agent-authored writes.
Agent model id for agent-authored writes.
Response
Unique-id rows already mapped to the entity and therefore skipped.
Unique-id rows written to the entity by this call.