v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client 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

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Notes": {
    "0": {
      "NoteID": "1",
      "Notes": "Test Note",
      "DateAdded": "2019-11-03 01:00:00",
      "LastModified": "2019-11-04 01:30:00"
    }
  }
}