Event by ID

Fetch a single company event by its `id`. Events are returned fully formed by the event feed, so use this endpoint to read one known event id, for example a stored permalink, rather than to hydrate a partial item. This is a direct read with no enrichment step, which is the difference from the article endpoint, where entity linking runs on first read. **Auth:** send `Authorization: Bearer <api_key>`. Include `X-Organization-ID` when your key is not already scoped to an organization.

Authentication

AuthorizationBearer

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

Path parameters

event_idstringRequired
Public event id from a feed item

Headers

X-Organization-IDstringOptional

Response

Successful Response

Errors

422
Unprocessable Entity Error