Skip to main content
POST
Create A Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
content
string
required
partner
string
required

The Partner identifier, (e.g. ptn_abc123).

Response

Successful response

content
string
required

The content of the note.

object
string
required
partner_id
string
required

The ID of the partner this note belongs to.

Maximum string length: 32
id
string
Maximum string length: 32
author
object
author_id
string | null

The ID of the user who created this note.

Maximum string length: 32
created_at
string<date-time>
modified_at
string<date-time> | null
pinned
boolean

Whether the note is pinned and will show up first.