Subscribers
List subscriber notes
Lists internal notes for a subscriber identified by email address.
get/subscribers/{email}/notes
Path parameters
emailstring required
URL-encoded email address
Response
Subscriber notes
Example response
{
"notes": [
{
"id": "note_123",
"companyId": "comp_abc123",
"subscriberId": "sub_abc123",
"authorId": "user_123",
"body": "Asked about enterprise pricing",
"author": {
"id": "user_123",
"name": "Ana",
"email": "ana@example.com"
}
}
]
}