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
Documentation IndexFetch the complete documentation index at: https://docs.journeybee.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.journeybee.io/llms.txt
Use this file to discover all available pages before exploring further.
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