Skip to main content
POST
Create a note

Authorizations

Authorization
string
header
required

Body

application/json
relation
enum<string>
required

The type of resource to attach the note to.

Available options:
event
uuid
string<uuid>
required

The UUID of the event to attach the note to.

note
string
required

The note content. Supports basic HTML formatting (e.g. , ,
).

Maximum string length: 500
Example:

"Also basic <b>HTML</b> tags are supported."

Response

Created

success
boolean
required
status
integer
required
data
object
required
Last modified on April 29, 2026