get https://{subdomain}.myclickfunnels.com/api/v2/sales/opportunities/notes/
Fetch Note
Log in to see full request history
Responses
Fetch Note
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/opportunities/notes/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 400,
"public_id": "zxTZfp",
"opportunity_id": 198,
"content": "Example note",
"created_by_id": 420,
"created_at": "2025-02-26T12:40:58.827Z",
"updated_at": "2025-02-26T12:40:58.827Z"
}