Skip to content

Get a list of internal notes of a conversation
deprecated

Request

Security
ApiKeyAuth or BearerAuth
Path
csidintegerrequired
GET
/v1/conversations/{csid}/notes
curl -i -X GET \
  '/v1/conversations/{csid}/notes' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of internal notes

Bodyapplication/json
dataArray of objects(Note)required
Response
{ "data": [ {} ] }