{ "opencollection": "1.0.0", "info": { "name": "Fixture Accounts Notes API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "Create a Note", "type": "http" }, "http": { "method": "POST", "url": "https://beta-api.fixture.app/api/v1/notes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Note attached to one primary CRM entity (Account, Contact, Deal, or Lead) and up to several optional related entities. Notes are stored as Activities of event type `note_created`, so they appear in the Activity feed." } ] } ], "bundled": true }