GET
/
api
/
v1
/
lead-deals
/
{dealId}
/
notes
Get Deal Notes
curl --request GET \
  --url https://app.journeybee.io/api/v1/lead-deals/{dealId}/notes \
  --header 'Authorization: Bearer <token>'

Authentication

curl -X GET "https://app.journeybee.io/api/v1/lead-deals/{dealId}/notes" \
  -H "Authorization: Bearer your-api-key-uuid" \
  -H "Content-Type: application/json"

Path Parameters

dealId
number
required
The unique identifier of the deal

Response Schema

Same as lead notes - array of rich text note objects with attachments and mentions.

Notes

  • Requires API key with read_access permission
  • Deal notes often include commission and negotiation details