v1
latestOpenAPI 3.0.02026-07-2640301.0 MBClient Account Notes Endpoints
account/client-accounts/notes
This endpoint is used to look up all the notes associated with the given client account.
get/account/client-accounts/notes
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring required
Client Account ID
NoteIDstring
The ID for a specific getting a specific note
Response
Example response
{
"Notes": {
"0": {
"NoteID": "1",
"Notes": "Test Note",
"DateAdded": "2019-11-03 01:00:00",
"LastModified": "2019-11-04 01:30:00"
}
}
}