Link Note to Company
POST/v1/companies/:id/notes/:noteId
Establishes a link between an existing note and a company. The :id path parameter accepts either a platform company ID (Mongo ObjectId) or a company domain (e.g. acme.com); if the domain does not match a platform company, it is resolved via Apollo/Clearbit and stored as a preview-only link. No request body is needed.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Note linked to company successfully
Invalid request or linking failed
Invalid or missing API key
Company or note not found
Internal server error