Skip to main content
POST
/
notes
/
get
Get a single note/activity with full details (description, metadata, linked records).
curl --request POST \
  --url https://api.supersonic.cv/notes/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "note_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
note_id
string
required

Note (Activity) UUID

Response

Success

The response is of type object.