get https://{youraccountname}.api-us1.com/api/3/contacts//notes
{
"notes": [
{
"relid": "7",
"reltype": "Subscriber",
"userid": "1",
"is_draft": "0",
"cdate": "2022-02-04T14:21:28-06:00",
"mdate": "2022-02-04T14:21:28-06:00",
"note": "Here is a note!",
"links": {
"activities": "https://:account.api-us1.com/api/3/notes/1/activities",
"user": "https://:account.api-us1.com/api/3/notes/1/user",
"mentions": "https://:account.api-us1.com/api/3/notes/1/mentions",
"notes": "https://:account.api-us1.com/api/3/notes/1/notes",
"owner": "https://:account.api-us1.com/api/3/notes/1/owner"
},
"id": "1",
"user": "1",
"owner": {
"type": "contact",
"id": "7"
}
}
]
}