Notes

Number of APIs: 5

  1. List notes GET {{baseUrl}}/crm/notes?raw=false&limit=3&pass_through[search]=San Francisco

  2. Create note POST {{baseUrl}}/crm/notes?raw=false

  3. Get note GET {{baseUrl}}/crm/notes/:id?raw=false

  4. Update note PATCH {{baseUrl}}/crm/notes/:id?raw=false

  5. Delete note DELETE {{baseUrl}}/crm/notes/:id?raw=false