Get All Notes for a specific Account
Path parameters
-
account_id
string Required Account ID
GET
/accounts/{account_id}/notes
curl \
-X GET https://sandbox-api.canopyservicing.com/accounts/31mNprzLd2bKl6koVna68ARM/notes \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"note_id": "31mNprzLd2bKl6koVna68ARM",
"account_id": "31mNprzLd2bKl6koVna68ARM",
"author": {
"api_user_id": "dc3d83c5-b31e-48eb-80e7-38f12ac1a6e5",
"organization_name": "Lever Card 3000",
"name_first": "Analise",
"name_last": "Goldberg",
"email": "marissa@globex.com",
"phone": "1-123-456-7890",
"role": 1
},
"message": "Attempted to call back customer, but no response.",
"created_date": "2023-05-04T09:42:00+00:00"
}
]
Response examples (200)
[
{
"note_id": "31mNprzLd2bKl6koVna68ARM",
"account_id": "31mNprzLd2bKl6koVna68ARM",
"author": {
"api_user_id": "dc3d83c5-b31e-48eb-80e7-38f12ac1a6e5",
"organization_name": "Lever Card 3000",
"name_first": "Analise",
"name_last": "Goldberg",
"email": "marissa@globex.com",
"phone": "1-123-456-7890",
"role": 1
},
"message": "Attempted to call back customer, but no response.",
"created_date": "2025-05-04T09:42:00Z"
}
]