Skip to main content
POST
Create Contact Note

Authorizations

Authorization
string
header
required

Basic authentication using base64 encoded API key and secret. Format: Authorization: Basic <base64(api_key:api_secret)>

Path Parameters

id
string
required

Body

application/json

Note details

note
string
required

Note content

Response

Contact note created successfully

status
string
Example:

"success"

data
object