cURL
curl --request GET \ --url https://app.journeybee.io/api/v1/lead-deals/{dealId}/notes \ --header 'Authorization: Bearer <token>'
Retrieve all notes associated with a specific deal
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"
read_access