Retrieve a note
Retrieve a single note.
Last updated
Retrieve a single note.
Last updated
GET
https://{{account_id}}.acquire.io/api/v1/crm/note/get/{{noteId}}
Retrieve a single note. The noteId must be passed in to the endpoint as a path parameter. noteId - The note's ID. To retrieve a list of noteIds, submit a GET request to List all notes.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
noteId*
integer
ID of the note
Authorization*
string
Bearer {{API_KEY}}