get https://{subdomain}.myclickfunnels.com/api/v2/sales/opportunities//notes
List Notes
Log in to see full request history
Responses
List Notes
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/opportunities/opportunity_id/notes \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 370,
"public_id": "trqLIh",
"opportunity_id": 184,
"content": "Example note",
"created_by_id": 390,
"created_at": "2025-03-25T13:14:48.566Z",
"updated_at": "2025-03-25T13:14:48.566Z"
},
{
"id": 385,
"public_id": "zqrCow",
"opportunity_id": 191,
"content": "Example note",
"created_by_id": 405,
"created_at": "2025-03-25T13:14:50.766Z",
"updated_at": "2025-03-25T13:14:50.766Z"
}
]