List Linked Notes
GET/v1/companies/:id/notes
Returns all notes linked to the specified company. The :id path parameter accepts either a platform company ID (Mongo ObjectId) or a company domain (e.g. acme.com).
Request
Responses
- 200
- 401
- 404
- 500
List of notes linked to the company
Invalid or missing API key
Company not found
Internal server error