Get Private Note
This endpoint retrieves a specific private note based on a specific note_id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional. The phone to scope this request to — in country code + number format with no spaces or special characters (e.g. 919876543210), or the phone_id (phone-xxxxxxxxxxxx). When set, the note is looked up for that phone. When omitted, the note is looked up across all phones your token can access (the phones in your token's scope, or every phone in your organization if the token is unscoped); note_id is effectively unique, so a single note is returned. Passing a phone that is outside your token's scope returns a 401.
"{{orgPhone}}"
Path Parameters
- The note_id of the private note
"true_91953785XXXX@c.us_3EB0C62861626B2D8BD4A386E48976EC85CB009C"
Response
Note
The response is a note object. Refer to the note object here