v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Notes Endpoints

contacts/notes

This endpoint is used to look up all the notes associated with the given contact.

get/contacts/notes

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

ContactIDstring required

Contact 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"
    }
  }
}